mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* Automation: Adds github automation commands, and base architecture to build more automation on * Updated commmand * updated commands * Updated token name
22 lines
840 B
JSON
22 lines
840 B
JSON
[
|
|
{
|
|
"type": "label",
|
|
"name": "type/question",
|
|
"action": "close",
|
|
"comment": "Please ask your question on [community.grafana.com/](https://community.grafana.com/. See also our [issue reporting](https://github.com/grafana/grafana/blob/master/CONTRIBUTING.md#report-bugs) guidelines.\n\nHappy Coding!"
|
|
},
|
|
{
|
|
"type": "comment",
|
|
"name": "duplicate",
|
|
"allowUsers": [],
|
|
"action": "updateLabels",
|
|
"addLabel": "type/duplicate"
|
|
},
|
|
{
|
|
"type": "label",
|
|
"name": "type/duplicate",
|
|
"action": "close",
|
|
"comment": "Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. See also our [issue reporting](https://github.com/grafana/grafana/blob/master/CONTRIBUTING.md#report-bugs) guidelines.\n\nHappy Coding!"
|
|
}
|
|
]
|