From 0dff01fd87fe5a36c9f1ff91a1727c081819208f Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 19 Apr 2022 10:19:48 -0700 Subject: [PATCH] default: gh-dash --- default.conf.yaml | 1 + gh-dash/config.yml | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 gh-dash/config.yml 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