Преглед изворни кода

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

Luke Parker пре 4 недеља
родитељ
комит
db9619dad6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/vouch-manage-by-issue.yml

+ 1 - 1
.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 }}