diff --git a/.github/workflows/auto-comment.yml b/.github/workflows/auto-comment.yml index d80dba061..352e92893 100644 --- a/.github/workflows/auto-comment.yml +++ b/.github/workflows/auto-comment.yml @@ -1,6 +1,8 @@ name: Auto Comment on: [issues, pull_request] -permissions: write-all +permissions: + issues: write + pull-requests: write jobs: run: runs-on: ubuntu-latest