From b68bfc4016f7cc357803ad3b97deac66814fc097 Mon Sep 17 00:00:00 2001 From: Kaito Hanamori <49054298+kaitohm@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:09:31 +0900 Subject: [PATCH] Update content-checklist-from-comment.yml --- .github/workflows/content-checklist-from-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: