Skip to content

Commit 8e3d2ae

Browse files
brophdawg11joseph0926
authored andcommitted
Update permissions on close-feature-pr workflow
1 parent 71e1bad commit 8e3d2ae

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
@@ -22,6 +22,8 @@ jobs:
2222
- name: 🚪 Close PR
2323
env:
2424
GH_TOKEN: ${{ github.token }}
25+
permissions:
26+
pull-requests: write
2527
run: |
2628
gh pr comment ${{ github.event.pull_request.number }} -F ./scripts/close-feature-pr.md
2729
gh pr edit ${{ github.event.pull_request.number }} --remove-label ${{ github.event.label.name }}

0 commit comments

Comments
 (0)