From 7874c797508a3fd8d05d5464e4814e5a2e841cc1 Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Fri, 26 Apr 2019 13:59:44 -0400 Subject: [PATCH] Fix issue bot tags --- .github/issue_label_bot.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/issue_label_bot.yaml b/.github/issue_label_bot.yaml index acdcd89..923a96e 100644 --- a/.github/issue_label_bot.yaml +++ b/.github/issue_label_bot.yaml @@ -1,4 +1,4 @@ label-alias: - bug: '[Bug]' - feature_request: '[Enhancement request]' - question: '[Question]' \ No newline at end of file + bug: 'bug' + feature_request: 'enhancement' + question: 'question' \ No newline at end of file