Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pbeaudequin/909cd6a4593c455be70cd6fa3949ce40 to your computer and use it in GitHub Desktop.
Save pbeaudequin/909cd6a4593c455be70cd6fa3949ce40 to your computer and use it in GitHub Desktop.
gh dash config
repoPaths:
BackMarket/:repo: ~/bm/:repo
:owner/:repo: ~/dev/:owner/:repo
prSections:
- title: My Pull Requests
filters: is:open author:@me
- title: Open/checkout
filters: is:open author:@me author:jl-bm author:ArnaudLasnier-BM author:bmyandrei
- title: Merged/checkout
filters: is:merged author:@me author:jl-bm author:ArnaudLasnier-BM author:bmyandrei
- 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: 25
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:
- key: v
command: >
cd {{.RepoPath}} &&
code . &&
gh pr checkout {{.PrNumber}}
- key: g
command: >
cd {{.RepoPath}} &&
gh pr review --approve {{.PrNumber}}
- key: w
command: >
echo ":wave: Could you please :eyes: :pullrequest: [#{{.PrNumber}}](https://github.com/{{.RepoName}}/pull/{{.PrNumber}}) :please: ?" | pbcopy
theme:
ui:
table:
showSeparator: true
colors:
text:
primary: "#E2E1ED"
secondary: "#666CA6"
inverted: "#242347"
faint: "#3E4057"
warning: "#F23D5C"
success: "#3DF294"
background:
selected: "#39386B"
border:
primary: "#383B5B"
secondary: "#39386B"
faint: "#2B2B40"
pager:
diff: ""
confirmQuit: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment