diff --git a/.github/workflows/pr-reviews.yml b/.github/workflows/pr-reviews.yml index 3fb5845c30..96ad6655bd 100644 --- a/.github/workflows/pr-reviews.yml +++ b/.github/workflows/pr-reviews.yml @@ -9,6 +9,9 @@ on: - submitted permissions: repository-projects: write + # These permissions are required by the action + issues: write + pull-requests: write jobs: comments_handler: runs-on: ubuntu-latest