diff --git a/.github/workflows/test-plan-item-validator.yml b/.github/workflows/test-plan-item-validator.yml index 3455a13fbc6a18f34d13be6d1f346d4d69bff129..0ba8d624a7477ec568e68797e39f16ac383e4c25 100644 --- a/.github/workflows/test-plan-item-validator.yml +++ b/.github/workflows/test-plan-item-validator.yml @@ -8,11 +8,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions + if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item') uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' ref: v19 - name: Run Test Plan Item Validator + if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item') uses: ./test-plan-item-validator with: label: testplan-item