ci: Design system label name fix (#14996)

Design system label name fix
This commit is contained in:
albinAppsmith 2022-07-07 22:00:06 +05:30 committed by GitHub
parent 0c07a871ad
commit 28b2561d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}