mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
36 lines
993 B
Plaintext
36 lines
993 B
Plaintext
[
|
|
{
|
|
"kind": 1,
|
|
"language": "markdown",
|
|
"value": "##### `Config`: defines the inbox query"
|
|
},
|
|
{
|
|
"kind": 2,
|
|
"language": "github-issues",
|
|
"value": "$inbox=repo:microsoft/vscode is:open no:assignee -label:feature-request -label:testplan-item -label:plan-item "
|
|
},
|
|
{
|
|
"kind": 1,
|
|
"language": "markdown",
|
|
"value": "## Triage Inbox\n\nAll inbox issues but not those that need more information. These issues need to be triaged, e.g assigned to a user or ask for more information",
|
|
"editable": true
|
|
},
|
|
{
|
|
"kind": 2,
|
|
"language": "github-issues",
|
|
"value": "$inbox -label:\"needs more info\"",
|
|
"editable": true
|
|
},
|
|
{
|
|
"kind": 1,
|
|
"language": "markdown",
|
|
"value": "## Inbox\n\nAll issues that have no assignee and that have neither **feature requests** nor **test plan items** nor **plan items**.",
|
|
"editable": true
|
|
},
|
|
{
|
|
"kind": 2,
|
|
"language": "github-issues",
|
|
"value": "$inbox",
|
|
"editable": true
|
|
}
|
|
] |