mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 21:11:38 +01:00
Use triage bot PAT for TPI validator so comments come from bot (#157944)
This commit is contained in:
1
.github/workflows/on-label.yml
vendored
1
.github/workflows/on-label.yml
vendored
@@ -71,6 +71,7 @@ jobs:
|
||||
if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item')
|
||||
uses: ./actions/test-plan-item-validator
|
||||
with:
|
||||
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
||||
refLabel: on-testplan
|
||||
label: testplan-item
|
||||
invalidLabel: invalid-testplan-item
|
||||
|
||||
Reference in New Issue
Block a user