From 40f39d51a4af6232fc72f964231dc3fac380f894 Mon Sep 17 00:00:00 2001 From: Kaito Hanamori <49054298+kaitohm@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:09:11 +0900 Subject: [PATCH] Update content-checklist-from-comment.yml Modified workflow so content creation list is only added when a comment is created, and not when it is edited. --- .github/workflows/content-checklist-from-comment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/content-checklist-from-comment.yml b/.github/workflows/content-checklist-from-comment.yml index dd2173be2..6e766f0d0 100644 --- a/.github/workflows/content-checklist-from-comment.yml +++ b/.github/workflows/content-checklist-from-comment.yml @@ -3,7 +3,8 @@ name: Add the applicable content development checklist based on a command in the comment on: issue_comment: - types: [created, edited] + types: created + # types: [opened, edited] <= Use this if we want the workflow to run when a comment is edited, too jobs: tutorial-issue: