Skip to content

Commit

Permalink
group by milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed May 9, 2024
1 parent 8622ce0 commit 4f28521
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,28 @@
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"prettier.prettierPath": ".yarn/unplugged/prettier-npm-3.1.1-072c31ec21/node_modules/prettier",
"jest.jestCommandLine": "yarn jest"
}
"jest.jestCommandLine": "yarn jest",
"githubIssues.queries": [
{
"label": "My Issues",
"query": "is:open assignee:${user} repo:${owner}/${repository}",
"groupBy": [
"milestone"
]
},
{
"label": "Created Issues",
"query": "author:${user} state:open repo:${owner}/${repository} sort:created-desc",
"groupBy": [
"milestone"
]
},
{
"label": "Recent Issues",
"query": "state:open repo:${owner}/${repository} sort:updated-desc",
"groupBy": [
"milestone"
]
}
]
}

0 comments on commit 4f28521

Please sign in to comment.