mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
22 lines
758 B
YAML
22 lines
758 B
YAML
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: v15
|
|
- name: Run Test Plan Item Validator
|
|
uses: ./test-plan-item-validator
|
|
with:
|
|
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
|
label: testplan-item
|
|
invalidLabel: invalid-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.
|