From 09083d4be6817bbff76fe796dbc9dcb24368ee2f Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Thu, 18 Jun 2020 15:06:02 -0700 Subject: [PATCH] Allow assigning "needs more info" issues. --- .github/workflows/deep-classifier-runner.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deep-classifier-runner.yml b/.github/workflows/deep-classifier-runner.yml index 418723c1ba9..b426168d6d1 100644 --- a/.github/workflows/deep-classifier-runner.yml +++ b/.github/workflows/deep-classifier-runner.yml @@ -45,5 +45,6 @@ jobs: uses: ./actions/classifier-deep/apply/apply-labels with: configPath: classifier + allowLabels: "needs more info" appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}} token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}