Skip to content

Commit af77ab8

Browse files
committed
fix(ci): do not rerun issue check on commit
1 parent 7c526fe commit af77ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue.yml

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

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

77
env:
88
VALID_ISSUE_PREFIXES: "CNCT|DASH"

0 commit comments

Comments
 (0)