Skip to content

Commit 09d4fba

Browse files
committed
ci: add missing permissions to labeler action
see actions/labeler#870
1 parent 2efaf84 commit 09d4fba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
name: Add PR labels
1010
runs-on: ubuntu-latest
1111
permissions:
12+
contents: read
1213
pull-requests: write
14+
issues: write
1315
steps:
1416
- name: Checkout the repository
1517
uses: actions/checkout@v4

0 commit comments

Comments
 (0)