-
-
Notifications
You must be signed in to change notification settings - Fork 379
Expand file tree
/
Copy path.gh-dash.yml
More file actions
48 lines (46 loc) · 1.33 KB
/
.gh-dash.yml
File metadata and controls
48 lines (46 loc) · 1.33 KB
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
# yaml-language-server: $schema=https://gh-dash.dev/schema.json
prSections:
- title: Mine
filters: is:open author:@me repo:dlvhdr/gh-dash updated:>={{ nowModify "-3w" }} sort:updated-desc
layout:
author:
hidden: true
repoName:
hidden: true
- title: Review
filters: repo:dlvhdr/gh-dash -author:@me is:open updated:>={{ nowModify "-2.5w" }}
layout:
repoName:
hidden: true
- title: All
filters: repo:dlvhdr/gh-dash
issuesSections:
- title: Open
filters: repo:dlvhdr/gh-dash is:open sort:reactions
- title: Bugs
filters: repo:dlvhdr/gh-dash is:open sort:reactions label:bug
- title: Features
filters: repo:dlvhdr/gh-dash is:open sort:reactions label:feat
- title: High
filters: repo:dlvhdr/gh-dash is:open sort:reactions label:high-pri
- title: Mid
filters: repo:dlvhdr/gh-dash is:open sort:reactions label:mid-pri
- title: Low
filters: repo:dlvhdr/gh-dash is:open sort:reactions label:low-pri
- title: Unlabeled
filters: repo:dlvhdr/gh-dash is:open sort:reactions -label:bug -label:feat
- title: All
filters: repo:dlvhdr/gh-dash sort:reactions
defaults:
view: prs
refetchIntervalMinutes: 5
layout:
prs:
repoName:
hidden: true
base:
hidden: true
preview:
open: true
prsLimit: 20
issuesLimit: 20