diff --git a/default.conf.yaml b/default.conf.yaml index 6639278..5d18182 100644 --- a/default.conf.yaml +++ b/default.conf.yaml @@ -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/ diff --git a/gh-dash/config.yml b/gh-dash/config.yml new file mode 100644 index 0000000..a72a479 --- /dev/null +++ b/gh-dash/config.yml @@ -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