From caaa701c32bdd980b68db223ec7169899e7e08a6 Mon Sep 17 00:00:00 2001 From: Hetu Nandu Date: Wed, 4 Jan 2023 12:08:04 +0530 Subject: [PATCH] ci: Ensure Test Plan Approval for all Engineering pods (#19469) --- .github/workflows/label-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-checker.yml b/.github/workflows/label-checker.yml index f2fab9a88d..6b03792d46 100644 --- a/.github/workflows/label-checker.yml +++ b/.github/workflows/label-checker.yml @@ -19,5 +19,5 @@ jobs: - uses: docker://agilepathway/pull-request-label-checker:latest with: # Needs to have a Test Plan Approved label if not part of any of the pods below - any_of: Test Plan Approved,App Viewers Pod,User Education Pod,New Developers Pod,Team Managers Pod,UI Builders Pod,Performance,Release Promotion,CI,Design System Pod,DevOps Pod,skip-testPlan + any_of: Test Plan Approved,User Education Pod,DevOps Pod,Performance,CI,Release Promotion,skip-testPlan repo_token: ${{ secrets.GITHUB_TOKEN }}