From 7625ba4402922d3d6915c9ea0e02a2eef1121164 Mon Sep 17 00:00:00 2001 From: Stijn Bannink Date: Fri, 18 Jun 2021 13:59:54 +0200 Subject: [PATCH] Added Issue Label bot --- .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 0000000..2c3bdeb --- /dev/null +++ b/.github/issue_label_bot.yaml @@ -0,0 +1,4 @@ +label-alias: + bug: 'Bug' + feature_request: 'Enhancement' + question: 'Question'