We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d386155 commit 95e5b0aCopy full SHA for 95e5b0a
.github/linters/zizmor.yml
@@ -1,8 +1,4 @@
1
rules:
2
- dangerous-triggers:
3
- ignore:
4
- # Auto-Release needs write access to create releases on PR merge
5
- - Auto-Release.yml
6
unpinned-uses:
7
ignore:
8
# External actions - not pinned by design
.github/workflows/Auto-Release.yml
@@ -3,7 +3,7 @@ name: Auto-Release
run-name: "Auto-Release - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on:
- pull_request_target:
+ pull_request:
branches:
- main
9
types:
0 commit comments