Skip to content

Commit d1e2a9e

Browse files
committed
workflows: test-pr: Update permission comments
Mention thollander/actions-comment-pull-request as needing "pull-requests: write". Signed-off-by: Loïc Minier <[email protected]>
1 parent d2f257d commit d1e2a9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ permissions:
1313
checks: write # test.yml EnricoMi/publish-unit-test-result-action
1414
contents: read # test.yml actions/checkout
1515
packages: read # test.yml actions/download-artifact
16-
pull-requests: write # test.yml EnricoMi/publish-unit-test-result-action
16+
# test.yml EnricoMi/publish-unit-test-result-action
17+
# thollander/actions-comment-pull-request
18+
pull-requests: write
1719

1820
jobs:
1921
retrieve-build-url:

0 commit comments

Comments
 (0)