Skip to content

Commit 611dc08

Browse files
committed
ci(action-semantic-pull-request): Fix for PRs from forks
1 parent 6e63792 commit 611dc08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-title.yml

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

33
on:
4-
pull_request:
4+
pull_request_target:
55
types:
66
- opened
77
- edited
8+
- reopened
89
- synchronize
910

1011
permissions:

0 commit comments

Comments
 (0)