diff --git a/.github/workflows/comment-on-submodule-update.yaml b/.github/workflows/comment-on-submodule-update.yaml index 4983bf27dbe..c4402d65411 100644 --- a/.github/workflows/comment-on-submodule-update.yaml +++ b/.github/workflows/comment-on-submodule-update.yaml @@ -12,6 +12,7 @@ jobs: comment_on_submodule_update: permissions: issues: write # Required to create a comment on the pull request + pull-requests: write # Required to create a comment on the pull request runs-on: ubuntu-latest steps: