Skip to content

Commit

Permalink
Grot: Added command/label to close feature requests with standard mes…
Browse files Browse the repository at this point in the history
…sage (grafana#28937)

* Grot: Added command/label to close feature requests with standard message

* add not implemented label

* Update and add metrics

* Updated wording
  • Loading branch information
torkelo authored Nov 9, 2020
1 parent 83042cc commit a7e092f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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!"
}
]
4 changes: 4 additions & 0 deletions .github/metrics-collector.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a7e092f

Please sign in to comment.