Skip to content

Commit 5220d71

Browse files
committed
Update permissions on close-feature-pr workflow
1 parent 25e706e commit 5220d71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/close-feature-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- name: 🚪 Close PR
2121
env:
2222
GH_TOKEN: ${{ github.token }}
23+
permissions:
24+
pull-requests: write
2325
run: |
2426
gh pr comment ${{ github.event.pull_request.number }} -F ./scripts/close-feature-pr.md
2527
gh pr edit ${{ github.event.pull_request.number }} --remove-label ${{ github.event.label.name }}

0 commit comments

Comments
 (0)