Skip to content

Commit 06f90ac

Browse files
Update regexCommenter.yml
Remove edited trigger, because the track label directly edits the body, so it retriggers the workflow.
1 parent 281bda9 commit 06f90ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regexCommenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Auto comment on issues on regex match"
22

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

77
jobs:
88
auto-comment:

0 commit comments

Comments
 (0)