Skip to content

Commit fe86bda

Browse files
authored
Put back the issues-write permission for pr-labeler (#7277)
Required per https://docs.github.com/en/rest/issues/labels?apiVersion=2022-11-28#add-labels-to-an-issue
1 parent 7f570b3 commit fe86bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-labeler.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
timeout-minutes: 5
5252
permissions:
5353
contents: read
54+
issues: write
5455
pull-requests: write
5556
env:
5657
PR_NUMBER: ${{inputs.pr-number || github.event.pull_request.number}}

0 commit comments

Comments
 (0)