From d21386260103a5463a45c580f430dd6b727cd920 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Thu, 17 Aug 2023 13:58:06 +0200 Subject: [PATCH] feat(gh-dash): add configuration --- .dotbot.conf.yaml | 1 + github/gh-dash/config.yml | 60 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 github/gh-dash/config.yml diff --git a/.dotbot.conf.yaml b/.dotbot.conf.yaml index 498ec71..6572f9e 100644 --- a/.dotbot.conf.yaml +++ b/.dotbot.conf.yaml @@ -18,6 +18,7 @@ ~/.config/cava: cava ~/.config/espanso: espanso ~/.config/fish: fish + ~/.config/gh-dash/config.yml: github/gh-dash/config.yml ~/.config/gh/config.yml: github/gh/config.yml ~/.config/karabiner: karabiner ~/.config/kitty: kitty diff --git a/github/gh-dash/config.yml b/github/gh-dash/config.yml new file mode 100644 index 0000000..fd2d86b --- /dev/null +++ b/github/gh-dash/config.yml @@ -0,0 +1,60 @@ +prSections: + - title: My Pull Requests + filters: is:open author:@me + - title: Needs My Review + filters: is:open review-requested:@me + - title: Involved + filters: is:open involves:@me -author:@me +issuesSections: + - title: My Issues + filters: is:open author:@me + - title: Assigned + filters: is:open assignee:@me + - title: Involved + filters: is:open involves:@me -author:@me +defaults: + preview: + open: true + width: 50 + prsLimit: 20 + issuesLimit: 20 + view: prs + layout: + prs: + updatedAt: + width: 7 + repo: + width: 15 + author: + width: 15 + assignees: + width: 20 + hidden: true + base: + width: 15 + hidden: true + lines: + width: 16 + issues: + updatedAt: + width: 7 + repo: + width: 15 + creator: + width: 10 + assignees: + width: 20 + hidden: true + refetchIntervalMinutes: 30 +keybindings: + issues: [] + prs: [] +repoPaths: + kogakure/*: ~/Code/GitHub/* + work/*: ~/Code/XING/* +theme: + ui: + table: + showSeparator: true +pager: + diff: ""