Skip to content

Commit 6bea548

Browse files
brophdawg11joseph0926
authored andcommitted
Fix workflow file by lifting permissions to the job
1 parent 8e3d2ae commit 6bea548

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
- name: 🚪 Close PR
2323
env:
2424
GH_TOKEN: ${{ github.token }}
25-
permissions:
26-
pull-requests: write
2725
run: |
2826
gh pr comment ${{ github.event.pull_request.number }} -F ./scripts/close-feature-pr.md
2927
gh pr edit ${{ github.event.pull_request.number }} --remove-label ${{ github.event.label.name }}

0 commit comments

Comments
 (0)