Skip to content

Commit

Permalink
DEV: add write permission to PR review action
Browse files Browse the repository at this point in the history
This should fix the PR review action.
  • Loading branch information
ntessore authored Feb 16, 2024
1 parent 67a5721 commit f415278
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 @@ -12,6 +12,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 f415278

Please sign in to comment.