Skip to content

Commit fa1041b

Browse files
authored
Remove 'synchronize' type from PR issue check
1 parent ace1456 commit fa1041b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PR Issue Check
22

33
on:
44
pull_request:
5-
types: [opened, edited, synchronize, labeled, unlabeled]
5+
types: [opened, edited, labeled, unlabeled]
66

77
permissions:
88
pull-requests: write

0 commit comments

Comments
 (0)