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 eda3754 commit d6d2862Copy full SHA for d6d2862
.github/workflows/pr-commands.yml
@@ -1,11 +1,12 @@
1
name: PR automation
2
on:
3
- pull_request_target:
+ pull_request_target: # zizmor: ignore[dangerous-triggers]
4
types:
5
- labeled
6
- opened
7
concurrency:
8
group: pr-commands-${{ github.event.number }}
9
+permissions: {}
10
jobs:
11
main:
12
permissions:
cspell.config.json
@@ -16,6 +16,7 @@
16
"lefthook",
17
"gofmt",
18
"hmac",
19
- "grabpl"
+ "grabpl",
20
+ "spellcheck"
21
]
22
}
0 commit comments