From 09bd4e35bdc314b6a1ceab1c2c83072271ef824f Mon Sep 17 00:00:00 2001 From: Hetu Nandu Date: Mon, 20 Jun 2022 15:10:36 +0530 Subject: [PATCH] ci: Update Test plan checker (#14633) --- .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 dba74958c9..a9dad9172c 100644 --- a/.github/workflows/label-checker.yml +++ b/.github/workflows/label-checker.yml @@ -18,5 +18,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 + 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 repo_token: ${{ secrets.GITHUB_TOKEN }}