Skip to content

Commit 10f7038

Browse files
author
Sam Harrison
committed
test: lint PRs on synchronize events
Since synchronize events clears the status checks, it needs to be re-run.
1 parent dd508e4 commit 10f7038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Lint PR
22
on:
33
pull_request_target:
4-
types: [ opened, edited, reopened ]
4+
types: [ opened, edited, synchronize, reopened ]
55

66
jobs:
77
validate:

0 commit comments

Comments
 (0)