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 748c557 commit d4f45a9Copy full SHA for d4f45a9
.github/workflows/ci.yml
@@ -20,6 +20,9 @@ on:
20
- '.gitignore'
21
pull_request:
22
23
+permissions:
24
+ pull-requests: write # Required for commenting on pull requests
25
+
26
concurrency:
27
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
28
cancel-in-progress: true
.github/workflows/static_analysis.yml
@@ -3,6 +3,9 @@ name: Static analysis
3
on:
4
5
6
7
8
9
10
11
0 commit comments