We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f257d commit d1e2a9eCopy full SHA for d1e2a9e
.github/workflows/test-pr.yml
@@ -13,7 +13,9 @@ permissions:
13
checks: write # test.yml EnricoMi/publish-unit-test-result-action
14
contents: read # test.yml actions/checkout
15
packages: read # test.yml actions/download-artifact
16
- pull-requests: write # test.yml EnricoMi/publish-unit-test-result-action
+ # test.yml EnricoMi/publish-unit-test-result-action
17
+ # thollander/actions-comment-pull-request
18
+ pull-requests: write
19
20
jobs:
21
retrieve-build-url:
0 commit comments