From 28b2561d324833342f626e650628a5b04ea3525b Mon Sep 17 00:00:00 2001 From: albinAppsmith <87797149+albinAppsmith@users.noreply.github.com> Date: Thu, 7 Jul 2022 22:00:06 +0530 Subject: [PATCH] ci: Design system label name fix (#14996) Design system label name fix --- .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 a9dad9172c..53b05531c5 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,Release Promotion,CI,Design System POD + 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 }}