We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a74df6 commit 224c6c8Copy full SHA for 224c6c8
1 file changed
.github/workflows/cpp-lint-package.yml
@@ -12,6 +12,9 @@ on:
12
jobs:
13
cpp-linter:
14
runs-on: windows-latest
15
+ permissions:
16
+ pull-requests: write
17
+ issues: write
18
19
strategy:
20
matrix:
0 commit comments