Skip to content

Commit

Permalink
DEV: write permission for PR review action (#18)
Browse files Browse the repository at this point in the history
Add the `pull-requests: write` permission to the `pull_request_review`
action.

Reviewed-by: @paddyroddy
  • Loading branch information
ntessore authored Sep 1, 2023
1 parent 288dbc7 commit 3d21372
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
name: Approved
if: github.event.review.state == 'approved'
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Add Reviewed-By
uses: ntessore/add-reviewed-by-action@v1

0 comments on commit 3d21372

Please sign in to comment.