From ae0adbe7cd443c7f7db5f92acdf1ecffa35282d5 Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Mon, 15 Apr 2019 05:56:05 -0700 Subject: [PATCH] Create issue_label_bot.yaml (#542) * Create issue_label_bot.yaml For issue label bot * Update issue_label_bot.yaml * Update issue_label_bot.yaml --- .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 00000000..c44a81c2 --- /dev/null +++ b/.github/issue_label_bot.yaml @@ -0,0 +1,5 @@ +# for https://mlbot.net which is a GitHub App that uses ML to label issues, run on K8s and Kubeflow +label-alias: + bug: 'kind/bug' + feature_request: 'improvement/enhancement' + question: 'community/question'