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