ci: Ensure Test Plan Approval for all Engineering pods (#19469)

This commit is contained in:
Hetu Nandu 2023-01-04 12:08:04 +05:30 committed by GitHub
parent f67828678e
commit caaa701c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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