From 3b339d16492933124cddd057d0084e6e99c8251a Mon Sep 17 00:00:00 2001 From: Sebastian Szewczyk Date: Tue, 26 Sep 2023 12:45:04 +0200 Subject: [PATCH] Added synchronize event so PR Author Checklist workflow will run on new commits added --- .github/workflows/authorChecklist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/authorChecklist.yml b/.github/workflows/authorChecklist.yml index bd3a841a2bb3..07a26dba35e2 100644 --- a/.github/workflows/authorChecklist.yml +++ b/.github/workflows/authorChecklist.yml @@ -2,7 +2,7 @@ name: PR Author Checklist on: pull_request: - types: [opened, edited, reopened] + types: [opened, edited, reopened, synchronize] jobs: # Note: PHP specifically looks for the name of this job, "checklist", so if the name of the job is changed,