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

@@ -59,6 +59,6 @@ jobs:
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
cognitiveServicesAPIKey: ${{secrets.AZURE_TEXT_TRANSLATOR_KEY}}
nonEnglishLabel: "*english-please"
needsMoreInfoLabel: "needs more info"
needsMoreInfoLabel: "info-needed"
translatorRequestedLabelPrefix: "translation-required-"
translatorRequestedLabelColor: "c29cff"