Skip to content

Commit 95e5b0a

Browse files
Switch Auto-Release from pull_request_target to pull_request
1 parent d386155 commit 95e5b0a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/linters/zizmor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
rules:
2-
dangerous-triggers:
3-
ignore:
4-
# Auto-Release needs write access to create releases on PR merge
5-
- Auto-Release.yml
62
unpinned-uses:
73
ignore:
84
# External actions - not pinned by design

.github/workflows/Auto-Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Auto-Release
33
run-name: "Auto-Release - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
44

55
on:
6-
pull_request_target:
6+
pull_request:
77
branches:
88
- main
99
types:

0 commit comments

Comments
 (0)