Skip to content

Commit ab8acbe

Browse files
committed
ci: set pr write perms on release-labels
1 parent 8d8d41e commit ab8acbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/contrib.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646

4747
release-labels:
4848
runs-on: ubuntu-latest
49+
permissions:
50+
pull-requests: write
4951
# Skip tagging for draft PRs.
5052
if: ${{ github.event_name == 'pull_request_target' && !github.event.pull_request.draft }}
5153
steps:

0 commit comments

Comments
 (0)