Skip to content

Commit 05450bb

Browse files
authored
ci: Run pr-check action on reopened PRs (#2390)
Just something I noticed when closing/re-opening the npm audit PR earlier. The pr-check action doesn't run on re-opened PRs, so you have to close/reopen, then edit the PR title to trigger all the actions
1 parent 8be6514 commit 05450bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conventional-pr-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request_target:
55
types:
66
- opened
7+
- reopened
78
- edited
89
- synchronize
910

0 commit comments

Comments
 (0)