From fcbad50fb69da796c28a62862d2935a0f79f5c64 Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Fri, 27 Mar 2020 20:50:11 -0700 Subject: [PATCH] Fix testplan-item label spelling --- .github/workflows/test-plan-item-validator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-plan-item-validator.yml b/.github/workflows/test-plan-item-validator.yml index e02d9af25c6..e13739d17ea 100644 --- a/.github/workflows/test-plan-item-validator.yml +++ b/.github/workflows/test-plan-item-validator.yml @@ -16,5 +16,5 @@ jobs: uses: ./test-plan-item-validator with: token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}} - label: testplan-items + label: testplan-item 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. -- GitLab