summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-01-11 13:50:40 -0500
committernat-goodspeed <nat@lindenlab.com>2024-01-12 17:26:46 -0500
commit36fff90f90571ab2d225a4dbd61d2319e8324fc6 (patch)
tree7f81373d72f92126b3a80d790c7094391e98a389
parentf5d6af9cfc0c0d04af5183984bd9ab6980278e25 (diff)
Grant write permission for pull requests.
-rw-r--r--.github/workflows/label_pr.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/label_pr.yaml b/.github/workflows/label_pr.yaml
index 49c1b10981..68dba7cb07 100644
--- a/.github/workflows/label_pr.yaml
+++ b/.github/workflows/label_pr.yaml
@@ -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: