diff --git a/.github/workflows/content-checklist-from-comment.yml b/.github/workflows/content-checklist-from-comment.yml index 6e766f0d0..e6008989b 100644 --- a/.github/workflows/content-checklist-from-comment.yml +++ b/.github/workflows/content-checklist-from-comment.yml @@ -4,7 +4,7 @@ name: Add the applicable content development checklist based on a command in the on: issue_comment: types: created - # types: [opened, edited] <= Use this if we want the workflow to run when a comment is edited, too + # types: [created, edited] <= Use this if we want the workflow to run when a comment is edited, too jobs: tutorial-issue: