Skip to content

Commit 6b6f8f1

Browse files
authored
Merge pull request #2355 from authzed/fix-2353
fix regression in #2353 - add PR write permissions to labeler action
2 parents 3c9eacd + da1d571 commit 6b6f8f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/labeler.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ permissions:
1010
jobs:
1111
triage:
1212
runs-on: "depot-ubuntu-24.04-small"
13+
permissions:
14+
pull-requests: "write"
1315
steps:
1416
- uses: "actions/labeler@v5"
1517
with:

0 commit comments

Comments
 (0)