diff options
Diffstat (limited to '.config/gh-dash/config.yml')
-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 |