-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgh-dash-config.yml
71 lines (71 loc) · 1.38 KB
/
gh-dash-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
prSections:
- title: PRs
filters: is:open author:@me draft:false sort:updated-desc
type: null
- title: Draft PRs
filters: is:open author:@me draft:true sort:updated-desc
type: null
- title: Approved PRs
filters: is:open author:@me review:approved sort:updated-desc
type: null
- title: Needs MY Review
filters: is:open user-review-requested:@me sort:updated-desc
type: null
- title: Needs My Teams' Review
filters: is:open review-requested:@me sort:updated-desc
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
defaults:
preview:
open: true
width: 50
prsLimit: 30
issuesLimit: 20
view: prs
layout:
prs:
updatedAt:
width: 5
repo:
width: 20
author:
width: 15
assignees:
width: 20
hidden: true
base:
width: 15
hidden: true
lines:
width: 15
issues:
updatedAt:
width: 5
repo:
width: 15
creator:
width: 10
assignees:
width: 20
hidden: true
refetchIntervalMinutes: 30
keybindings:
universal: []
issues: []
prs: []
repoPaths: {}
theme:
ui:
sectionsShowCount: true
table:
showSeparator: true
compact: false
pager:
diff: ""
confirmQuit: true