diff --git a/.github/workflows/regexCommenter.yml b/.github/workflows/regexCommenter.yml index 74b53a5fc..262d3df5c 100644 --- a/.github/workflows/regexCommenter.yml +++ b/.github/workflows/regexCommenter.yml @@ -2,7 +2,7 @@ name: "Auto comment on issues on regex match" on: issues: - types: [opened, edited] + types: [opened] jobs: auto-comment: