Skip to content

Commit

Permalink
allow read permissions (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspopp-wbd authored Jun 11, 2024
1 parent 0fdc785 commit 697e9d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-comment-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
permissions:
contents: write
pull-requests: write
actions: read

defaults:
run:
Expand Down Expand Up @@ -56,4 +57,4 @@ jobs:
- name: Close old PR
run: |
gh pr close ${{ github.event.issue.number }} \
-c "Re-created as #${{ needs.create-new.outputs.pr-number }}"
-c "Re-created as #${{ needs.create-new.outputs.pr-number }}"

0 comments on commit 697e9d1

Please sign in to comment.