diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-03-31 12:16:47 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-03-31 12:16:47 -0400 |
commit | 4ccdb6fb1f53bc6c799ece8c2f03a0fede093acd (patch) | |
tree | 9d3a73a81547fff442263c28bdfd9d1e98895d5d /.config/gh-dash | |
parent | f4c4550e327d9090c82a735d39d104d0bedb602d (diff) |
config cleanup
Diffstat (limited to '.config/gh-dash')
-rw-r--r-- | .config/gh-dash/config.yml | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/.config/gh-dash/config.yml b/.config/gh-dash/config.yml new file mode 100644 index 0000000..9c3c2a4 --- /dev/null +++ b/.config/gh-dash/config.yml @@ -0,0 +1,79 @@ +prSections: +- title: My Pull Requests + filters: is:open author:@me + type: null +- title: Needs My Review + filters: is:open review-requested:@me + type: null +- title: Involved + filters: is:open involves:@me -author:@me + type: null +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 +repo: + branchesRefetchIntervalSeconds: 30 + prsRefetchIntervalSeconds: 60 +defaults: + preview: + open: true + width: 50 + prsLimit: 20 + issuesLimit: 20 + view: prs + layout: + prs: + updatedAt: + width: 5 + createdAt: + width: 5 + repo: + width: 20 + author: + width: 15 + authorIcon: + hidden: false + assignees: + width: 20 + hidden: true + base: + width: 15 + hidden: true + lines: + width: 15 + issues: + updatedAt: + width: 5 + createdAt: + width: 5 + repo: + width: 15 + creator: + width: 10 + creatorIcon: + hidden: false + assignees: + width: 20 + hidden: true + refetchIntervalMinutes: 30 +keybindings: + universal: [] + issues: [] + prs: [] + branches: [] +repoPaths: {} +theme: + ui: + sectionsShowCount: true + table: + showSeparator: true + compact: false +pager: + diff: "" +confirmQuit: false +showAuthorIcons: true +smartFilteringAtLaunch: true |