diff options
| author | Luke Parker <[email protected]> | 2026-03-23 16:27:35 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-23 06:27:35 +0000 |
| commit | db9619dad6a414882b2eab9e472729b9b4ed1a3b (patch) | |
| tree | 42d9962cc7e85edebdcafa73680cc5deeae67e32 /.github | |
| parent | 84d9b388734166476055bd5c185a09df48d9d1fa (diff) | |
| download | opencode-db9619dad6a414882b2eab9e472729b9b4ed1a3b.tar.gz opencode-db9619dad6a414882b2eab9e472729b9b4ed1a3b.zip | |
Add 'write' role to vouch manage action (#18718)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/vouch-manage-by-issue.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/vouch-manage-by-issue.yml b/.github/workflows/vouch-manage-by-issue.yml index 9604bf87f..79687639d 100644 --- a/.github/workflows/vouch-manage-by-issue.yml +++ b/.github/workflows/vouch-manage-by-issue.yml @@ -33,6 +33,6 @@ jobs: with: issue-id: ${{ github.event.issue.number }} comment-id: ${{ github.event.comment.id }} - roles: admin,maintain + roles: admin,maintain,write env: GITHUB_TOKEN: ${{ steps.committer.outputs.token }} |
