From de49f456a3159da249415fbeae8686003c88a9e9 Mon Sep 17 00:00:00 2001 From: "Federico M. Facca" Date: Wed, 27 Sep 2023 20:34:10 +0200 Subject: [PATCH] Update add-to-project.yaml --- .github/workflows/add-to-project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project.yaml b/.github/workflows/add-to-project.yaml index 0f11def7..de0f0d40 100644 --- a/.github/workflows/add-to-project.yaml +++ b/.github/workflows/add-to-project.yaml @@ -48,7 +48,7 @@ jobs: add-reviewer-to-pr: name: Assign Reviewer to PR runs-on: ubuntu-latest - permissions: read-all|write-all + permissions: write-all steps: - if: github.event_name == 'pull_request' uses: rowi1de/auto-assign-review-teams@v1.1.3