mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Use triage bot PAT for TPI validator so comments come from bot (#157944)
This commit is contained in:
@@ -22,6 +22,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