Skip to content

Commit b4f438c

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 6dcc6a4 commit b4f438c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 1 deletion
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)