Skip to content

Commit 443e76e

Browse files
authored
fix: set write permission for PR in ecosystem-ci-trigger workflow (#16337)
* fix: set write permission for PR in ecosystem-ci-trigger workflow * chore: match wording with vites trigger
1 parent 0e7e873 commit 443e76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ecosystem-ci-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.repository == 'sveltejs/svelte' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/ecosystem-ci run')
1111
permissions:
1212
issues: write # to add / delete reactions
13-
pull-requests: read # to read PR data
13+
pull-requests: write # to read PR data, and to add labels
1414
actions: read # to check workflow status
1515
contents: read # to clone the repo
1616
steps:

0 commit comments

Comments
 (0)