Fix missing label changes (#156164)

This commit is contained in:
Logan Ramos
2022-07-25 10:37:32 -04:00
committed by GitHub
parent 2af49c5bea
commit 1a7d1b4230
7 changed files with 11 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ jobs:
uses: ./actions/classifier-deep/apply/apply-labels
with:
configPath: classifier
allowLabels: "needs more info|new release|error-telemetry|*english-please|translation-required"
allowLabels: "info-needed|new release|error-telemetry|*english-please|translation-required"
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
manifestDbConnectionString: ${{secrets.MANIFEST_DB_CONNECTION_STRING}}
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}