diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 2c48d0bbd83..bd5ea561412 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v12 + ref: v13 - name: Run Commands uses: ./commands with: diff --git a/.github/workflows/copycat.yml b/.github/workflows/copycat.yml index c92287d44b6..5427d682fed 100644 --- a/.github/workflows/copycat.yml +++ b/.github/workflows/copycat.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v12 + ref: v13 - name: Run CopyCat (JacksonKearl/testissues) uses: ./copycat with: diff --git a/.github/workflows/locker.yml b/.github/workflows/locker.yml index 629e73f71d5..2ea9b504fd0 100644 --- a/.github/workflows/locker.yml +++ b/.github/workflows/locker.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v12 + ref: v13 - name: Run Locker uses: ./locker with: diff --git a/.github/workflows/needs-more-info-closer.yml b/.github/workflows/needs-more-info-closer.yml index d0c9c5b121b..d329650fd00 100644 --- a/.github/workflows/needs-more-info-closer.yml +++ b/.github/workflows/needs-more-info-closer.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v12 + ref: v13 - name: Run Needs More Info Closer uses: ./needs-more-info-closer with: diff --git a/.github/workflows/needs-more-info-labeler.yml b/.github/workflows/needs-more-info-labeler.yml index c684c37730f..671f7eaa46b 100644 --- a/.github/workflows/needs-more-info-labeler.yml +++ b/.github/workflows/needs-more-info-labeler.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v12 + ref: v13 - name: Run Needs More Info Labeler uses: ./needs-more-info-labeler with: diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index 2b6cd34f260..9524d9456cd 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v12 + ref: v13 - name: Run New Release uses: ./new-release with: diff --git a/.github/workflows/test-plan-item-validator.yml b/.github/workflows/test-plan-item-validator.yml new file mode 100644 index 00000000000..e02d9af25c6 --- /dev/null +++ b/.github/workflows/test-plan-item-validator.yml @@ -0,0 +1,20 @@ +name: Test Plan Item Validator +on: + issues: + types: [edited, labeled] + +jobs: + main: + runs-on: ubuntu-latest + steps: + - name: Checkout Actions + uses: actions/checkout@v2 + with: + repository: 'JacksonKearl/vscode-triage-github-actions' + ref: v13 + - name: Run Test Plan Item Validator + uses: ./test-plan-item-validator + with: + token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}} + label: testplan-items + comment: Invalid test plan item. See errors below and the [test plan item spec](https://github.com/microsoft/vscode/wiki/Writing-Test-Plan-Items) for more information. This comment will go away when the issues are resolved.