From e4d782899c50059b5d23e17bd8e1b0f6b56e9ee3 Mon Sep 17 00:00:00 2001 From: Avelino Date: Fri, 4 Aug 2023 17:05:02 -0300 Subject: [PATCH] pull-request-first-comment: permission issue write --- .github/workflows/pull-request-first-comment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request-first-comment.yaml b/.github/workflows/pull-request-first-comment.yaml index 594fea0f329..ffdd9f3e325 100644 --- a/.github/workflows/pull-request-first-comment.yaml +++ b/.github/workflows/pull-request-first-comment.yaml @@ -9,6 +9,7 @@ jobs: runs-on: ubuntu-latest permissions: pull-requests: write + issues: write environment: action env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}