Skip to content

Commit 5b4638b

Browse files
authored
ci(action-semantic-pull-request): Fix for PRs from forks (#941)
Suppress `zizmor`'s error: we do want `pull_request_target` - https://github.com/amannn/action-semantic-pull-request#event-triggers
1 parent 48b3b78 commit 5b4638b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr-title.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Validate PR title
22

3-
on:
4-
pull_request:
3+
on: # zizmor: ignore[dangerous-triggers]
4+
pull_request_target:
55
types:
66
- opened
77
- edited
8+
- reopened
89
- synchronize
910

1011
permissions:

0 commit comments

Comments
 (0)