From 667ac4b16e55e690682b250fc7d85e25b380d245 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Wed, 8 Jan 2020 13:48:26 -0800 Subject: [PATCH] Configure the issue label bot (#11527) --- .github/issue_label_bot.yaml | 4 ++++ 1 file changed, 4 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 000000000..4374b1996 --- /dev/null +++ b/.github/issue_label_bot.yaml @@ -0,0 +1,4 @@ +label-alias: + bug: 'Issue-Bug' + feature_request: 'Issue-Enhancement' + question: 'Issue-Question'