Grant write permission for pull requests.

master
Nat Goodspeed 2024-01-11 13:50:40 -05:00 committed by nat-goodspeed
parent f5d6af9cfc
commit 36fff90f90
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
label_pr:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- run: gh pr edit "$NUMBER" --add-label "$LABELS"
env: