Skip to content

Commit efc51c3

Browse files
authored
add zizmore ignore rule (#239)
1 parent 1b86459 commit efc51c3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/pr-commands.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
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:
10-
contents: read
11-
pull-requests: write
9+
permissions: {}
1210

1311
jobs:
1412
main:
13+
permissions:
14+
contents: read
15+
pull-requests: write
1516
runs-on: ubuntu-latest
1617
steps:
1718
- name: Checkout Actions

0 commit comments

Comments
 (0)