From a7e092f243157614f3bd36420d80358e2030ab12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 9 Nov 2020 21:17:00 +0100 Subject: [PATCH] Grot: Added command/label to close feature requests with standard message (#28937) * Grot: Added command/label to close feature requests with standard message * add not implemented label * Update and add metrics * Updated wording --- .github/commands.json | 9 ++++++++- .github/metrics-collector.json | 4 ++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/commands.json b/.github/commands.json index e502ab0061166..a52aa1adab609 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -17,7 +17,7 @@ "name": "type/duplicate", "action": "close", "comment": "Thanks for creating this issue! It looks like this has already been reported by another user. We’ve closed this in favor of the existing one. Please consider adding any details you think is missing to that issue.\n\nTo avoid having your issue closed in the future, please read our [CONTRIBUTING](https://github.com/grafana/grafana/blob/master/CONTRIBUTING.md) guidelines.\n\nHappy graphing!" - }, + }, { "type": "comment", "name": "needsMoreInfo", @@ -38,5 +38,12 @@ "name": "no new info", "action": "close", "comment": "We've closed this issue since it needs more information and hasn't had any activity recently. We can re-open it after you you add more information. To avoid having your issue closed in the future, please read our [CONTRIBUTING](https://github.com/grafana/grafana/blob/master/CONTRIBUTING.md) guidelines.\n\nHappy graphing!" + }, + { + "type": "label", + "name": "close-feature-request", + "action": "close", + "addLabel": "not implemented", + "comment": "This feature request has been open for a long time with few received upvotes or comments, so we are closing it. We're trying to limit open GitHub issues in order to better track planned work and features. \r\n\r\nThis doesn't mean that we'll never ever implement it or that we will never accept a PR for it. A closed issue can still attract upvotes and act as a ticket to track feature demand\/interest. \r\n\r\nThank You to you for taking the time to create this issue!" } ] diff --git a/.github/metrics-collector.json b/.github/metrics-collector.json index 3e2407a35ee5b..f30144025632e 100644 --- a/.github/metrics-collector.json +++ b/.github/metrics-collector.json @@ -4,6 +4,10 @@ "name": "type_bug", "query": "label:\"type/bug\" is:open" }, + { + "name": "type_docs", + "query": "label:\"type/docs\" is:open" + }, { "name": "needs_investigation", "query": "label:\"needs investigation\" is:open"