We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7e873 commit 443e76eCopy full SHA for 443e76e
.github/workflows/ecosystem-ci-trigger.yml
@@ -10,7 +10,7 @@ jobs:
10
if: github.repository == 'sveltejs/svelte' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/ecosystem-ci run')
11
permissions:
12
issues: write # to add / delete reactions
13
- pull-requests: read # to read PR data
+ pull-requests: write # to read PR data, and to add labels
14
actions: read # to check workflow status
15
contents: read # to clone the repo
16
steps:
0 commit comments