Use triage bot PAT for TPI validator so comments come from bot (#157944)

This commit is contained in:
Logan Ramos
2022-08-11 19:33:14 -04:00
committed by GitHub
parent bb158881a5
commit 20161ee988
3 changed files with 3 additions and 0 deletions

View File

@@ -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