From 845218dd88ad2fe1284dcb7427c5bff20749dc74 Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Mon, 22 Apr 2019 14:11:35 -0700 Subject: [PATCH] Create issue_label_bot.yaml (#7341) --- .github/issue_label_bot.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/issue_label_bot.yaml diff --git a/.github/issue_label_bot.yaml b/.github/issue_label_bot.yaml new file mode 100644 index 0000000000..8af21514c3 --- /dev/null +++ b/.github/issue_label_bot.yaml @@ -0,0 +1,5 @@ +# for Issue Label Bot https://github.com/marketplace/issue-label-bot +label-alias: + bug: '#bug' + feature_request: '#enhancement' + question: '#question'