Skip to content

Commit 53f9121

Browse files
fix: Add pull_requests write permission to comment-on-submodule-update workflow (#7610)
1 parent 5dc6a14 commit 53f9121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/comment-on-submodule-update.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
comment_on_submodule_update:
1313
permissions:
1414
issues: write # Required to create a comment on the pull request
15+
pull-requests: write # Required to create a comment on the pull request
1516
runs-on: ubuntu-latest
1617

1718
steps:

0 commit comments

Comments
 (0)