From 7284ce9b9f6de4d84854ec4273fef0a866d48056 Mon Sep 17 00:00:00 2001 From: Tim Hogarty Date: Wed, 18 Dec 2024 20:20:11 -0800 Subject: [PATCH] Update when checklist completion action is run --- .github/workflows/pr_checklist_completion.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_checklist_completion.yaml b/.github/workflows/pr_checklist_completion.yaml index b7740fb..1ee0dc3 100644 --- a/.github/workflows/pr_checklist_completion.yaml +++ b/.github/workflows/pr_checklist_completion.yaml @@ -1,7 +1,7 @@ name: 'PR Tasks Completed Check' on: pull_request: - types: [opened, synchronize, reopened, ready_for_review] + types: [opened, edited] jobs: task-check: