Skip to content

Commit 26c4d7d

Browse files
committed
Add permissions for the other job
1 parent b6115ca commit 26c4d7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/require-pr-label.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
name: Unresolved review
2828
if: github.repository_owner == 'python'
2929
runs-on: ubuntu-latest
30+
permissions:
31+
issues: write
32+
pull-requests: write
3033
timeout-minutes: 10
3134

3235
steps:

0 commit comments

Comments
 (0)