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 61a2734 commit 4824fd7Copy full SHA for 4824fd7
.github/workflows/pr-test.yml
@@ -1,8 +1,12 @@
1
name: PR test
2
-description: tests the PR
3
4
on: [pull_request]
5
+permissions:
6
+ # Allows the workflow to write pull request comments (required for dependabot in docker-dry-run job)
7
+ # https://docs.github.com/en/code-security/dependabot/troubleshooting-dependabot/troubleshooting-dependabot-on-github-actions#changing-github_token-permissions
8
+ pull-requests: write
9
+
10
concurrency:
11
group: ${{ github.ref }}-pr-test
12
cancel-in-progress: true
0 commit comments