default: gh-dash
This commit is contained in:
parent
98617146a7
commit
0dff01fd87
2 changed files with 21 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
~/.config/direnv/direnvrc: direnv/direnvrc
|
||||
~/.config/flake8: etc/flake8
|
||||
~/.config/gh/config.yml: gh/config.yml
|
||||
~/.config/gh-dash: gh-dash/
|
||||
~/.config/git: git/
|
||||
~/.config/hg: hg/
|
||||
~/.config/jrnl: jrnl/
|
||||
|
|
|
|||
20
gh-dash/config.yml
Normal file
20
gh-dash/config.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
defaults:
|
||||
prsLimit: 20
|
||||
issuesLimit: 20
|
||||
preview:
|
||||
open: true
|
||||
width: 100
|
||||
|
||||
prSections:
|
||||
- title: My PRs
|
||||
filters: is:open author:@me
|
||||
- title: To Review
|
||||
filters: is:open review-requested:@me
|
||||
- title: Tracking
|
||||
filters: is:open -author:@me
|
||||
|
||||
issuesSections:
|
||||
- title: Assigned
|
||||
filters: is:open assignee:@me
|
||||
- title: Subscribed
|
||||
filters: is:open -author:@me
|
||||
Loading…
Add table
Add a link
Reference in a new issue