From 6bd0175d1c027c5359eef2190d0fd0c3ca2fa2a7 Mon Sep 17 00:00:00 2001 From: Diego Parrilla Date: Thu, 28 Nov 2024 00:29:16 +0100 Subject: [PATCH] Add issue permissions --- .github/workflows/process_pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/process_pr.yml b/.github/workflows/process_pr.yml index 4779920..180dca5 100644 --- a/.github/workflows/process_pr.yml +++ b/.github/workflows/process_pr.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest permissions: contents: write # Needed to push changes + issues: write # Needed to comment on issues and PRs + pull-requests: write # Needed to comment on PRs steps: - name: Checkout the code uses: actions/checkout@v3