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
pull/16334/head
Dominik G. 2 months ago committed by GitHub
parent 0e7e873a1b
commit 443e76e4ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,7 +10,7 @@ jobs:
if: github.repository == 'sveltejs/svelte' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/ecosystem-ci run')
permissions:
issues: write # to add / delete reactions
pull-requests: read # to read PR data
pull-requests: write # to read PR data, and to add labels
actions: read # to check workflow status
contents: read # to clone the repo
steps:

Loading…
Cancel
Save