mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
a7e092f243
* Grot: Added command/label to close feature requests with standard message * add not implemented label * Update and add metrics * Updated wording
33 lines
642 B
JSON
33 lines
642 B
JSON
{
|
|
"queries": [
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"name": "needs_more_info",
|
|
"query": "label:\"needs more info\" is:open"
|
|
},
|
|
{
|
|
"name": "unlabeled",
|
|
"query": "is:open is:issue no:label"
|
|
},
|
|
{
|
|
"name": "open_prs",
|
|
"query": "is:open is:pr"
|
|
},
|
|
{
|
|
"name": "milestone_7_4_open",
|
|
"query": "is:open is:issue milestone:7.4"
|
|
}
|
|
]
|
|
}
|