Allow assigning "new release" issues

This commit is contained in:
Jackson Kearl 2020-06-18 15:07:19 -07:00
parent 09083d4be6
commit 8cd3fe080b

View file

@ -45,6 +45,6 @@ jobs:
uses: ./actions/classifier-deep/apply/apply-labels
with:
configPath: classifier
allowLabels: "needs more info"
allowLabels: "needs more info|new release"
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}