mirror of
https://github.com/grafana/grafana.git
synced 2025-01-25 15:56:56 -06:00
0a58ecbacd
* Automation: New label command Adds a label command "no new info" That closes issue with standard message. We could also add an automated scheduled task that does this automatically: https://github.com/microsoft/vscode/blob/master/.github/workflows/needs-more-info-closer.yml * Update .github/commands.json Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> * Update .github/commands.json Co-authored-by: Marcus Olsson <marcus.olsson@hey.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Marcus Olsson <marcus.olsson@hey.com>
28 lines
1.4 KiB
JSON
28 lines
1.4 KiB
JSON
[
|
||
{
|
||
"type": "label",
|
||
"name": "type/question",
|
||
"action": "close",
|
||
"comment": "Please ask your question on [community.grafana.com/](https://community.grafana.com/). 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": "comment",
|
||
"name": "duplicate",
|
||
"allowUsers": [],
|
||
"action": "updateLabels",
|
||
"addLabel": "type/duplicate"
|
||
},
|
||
{
|
||
"type": "label",
|
||
"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": "label",
|
||
"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!"
|
||
}
|
||
]
|