Skip to content

Commit c5f30c6

Browse files
authored
Require PR label: Update permissions (#151)
2 parents 97a5d35 + ec937c0 commit c5f30c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
label:
99
runs-on: ubuntu-latest
1010

11+
permissions:
12+
issues: write
13+
pull-requests: write
14+
1115
steps:
1216
- uses: mheap/github-action-required-labels@v5
1317
with:

0 commit comments

Comments
 (0)