forked from grafana.jool/grafana-jool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
642 B
32 lines
642 B
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
|