We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc6a14 commit 53f9121Copy full SHA for 53f9121
.github/workflows/comment-on-submodule-update.yaml
@@ -12,6 +12,7 @@ jobs:
12
comment_on_submodule_update:
13
permissions:
14
issues: write # Required to create a comment on the pull request
15
+ pull-requests: write # Required to create a comment on the pull request
16
runs-on: ubuntu-latest
17
18
steps:
0 commit comments