Skip to content

Commit d137eba

Browse files
Update pull request linter workflow to standardize event types
1 parent 359575d commit d137eba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr_linter.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: "PR: Checklist linter"
22

33
on:
44
pull_request_target:
5-
types: [opened, edited, synchronize, reopened]
5+
types:
6+
- opened
7+
- reopened
8+
- synchronize
9+
- edited
610

711
permissions:
812
checks: write

0 commit comments

Comments
 (0)