From a98ea410977d5a3e4afed2032a0a96db027700f1 Mon Sep 17 00:00:00 2001 From: Brett Langdon Date: Wed, 29 May 2024 12:15:45 -0400 Subject: [PATCH] include labeled and unlabled events --- .github/workflows/all_checks_pass.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/all_checks_pass.yml b/.github/workflows/all_checks_pass.yml index 5a75bbd3462..0c6d0a513d0 100644 --- a/.github/workflows/all_checks_pass.yml +++ b/.github/workflows/all_checks_pass.yml @@ -1,7 +1,8 @@ name: All checks pass on: pull_request: - types: [ opened, synchronize, reopened, ready_for_review ] + # Include labeled and unlabeled for the `changelog/no-changelog` label + types: [ opened, synchronize, reopened, ready_for_review, labeled, unlabeled ] jobs: allchecks: runs-on: ubuntu-latest