Skip to content

Commit

Permalink
Update regexCommenter.yml
Browse files Browse the repository at this point in the history
Remove edited trigger, because the track label directly edits the body, so it retriggers the workflow.
  • Loading branch information
victorhuangwq authored Jan 23, 2024
1 parent 281bda9 commit 06f90ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regexCommenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Auto comment on issues on regex match"

on:
issues:
types: [opened, edited]
types: [opened]

jobs:
auto-comment:
Expand Down

0 comments on commit 06f90ac

Please sign in to comment.