Add 'write' role to vouch manage action (#18718)

This commit is contained in:
Luke Parker 2026-03-23 16:27:35 +10:00 committed by GitHub
parent 84d9b38873
commit db9619dad6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}