diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml index 1a0ffe7081..4dd421c9ae 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -5,6 +5,12 @@ on: issue_comment: types: [created] +# Permissiosn to make comments in the pull request +permissions: + pull-requests: write + actions: write + contents: read + jobs: handle-comment: if: github.event.issue.pull_request