We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7d020 commit b08fd83Copy full SHA for b08fd83
1 file changed
.github/workflows/sync-labels.yml
@@ -11,6 +11,10 @@ on:
11
jobs:
12
sync:
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ issues: write
16
+ pull-requests: write
17
+ contents: read
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
0 commit comments