Skip to content

Commit d6d2862

Browse files
authored
add zizmor ignore rule (#144)
1 parent eda3754 commit d6d2862

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pr-commands.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: PR automation
22
on:
3-
pull_request_target:
3+
pull_request_target: # zizmor: ignore[dangerous-triggers]
44
types:
55
- labeled
66
- opened
77
concurrency:
88
group: pr-commands-${{ github.event.number }}
9+
permissions: {}
910
jobs:
1011
main:
1112
permissions:

cspell.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"lefthook",
1717
"gofmt",
1818
"hmac",
19-
"grabpl"
19+
"grabpl",
20+
"spellcheck"
2021
]
2122
}

0 commit comments

Comments
 (0)