mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
29 lines
557 B
JSON
29 lines
557 B
JSON
|
{
|
||
|
"queries": [
|
||
|
{
|
||
|
"name": "type_bug",
|
||
|
"query": "label:\"type/bug\" 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"
|
||
|
}
|
||
|
]
|
||
|
}
|