From 04700b4a7a97b20a0d28ce1c8c4d719a6d5a8288 Mon Sep 17 00:00:00 2001 From: Nicolas Tessore Date: Fri, 16 Feb 2024 13:34:27 +0000 Subject: [PATCH] DEV: add write permission to PR review action (#151) This should fix the PR review action. --- .github/workflows/pull_request_review.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request_review.yml b/.github/workflows/pull_request_review.yml index 27197ad4..4828fd83 100644 --- a/.github/workflows/pull_request_review.yml +++ b/.github/workflows/pull_request_review.yml @@ -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