-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
109 lines (109 loc) · 2.75 KB
/
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
wtf:
colors:
border:
focusable: darkslateblue
focused: orange
normal: gray
refreshInterval: 1
mods:
clocks:
colors:
rows:
even: "lightblue"
odd: "white"
enabled: true
locations:
UTC: "Etc/UTC"
Germany: "Europe/Berlin"
Oklahoma: "America/Chicago"
position:
top: 0
left: 1
height: 1
width: 1
refreshInterval: 15
sort: "chronological"
title: "Clocks"
type: "clocks"
ipinfo:
colors:
name: "lightblue"
value: "white"
enabled: true
position:
top: 0
left: 2
height: 1
width: 1
refreshInterval: 150
power:
enabled: true
position:
top: 0
left: 0
height: 1
width: 1
refreshInterval: 15
title: "⚡️"
jira:
# apiKey: "Use WTF_JIRA_API_KEY env variable instead"
domain: "https://thermondo.atlassian.net"
email: "[email protected]"
enabled: true
jql: "project = TD AND assignee in (currentUser()) AND status = 'In Progress' ORDER BY updated DESC"
position:
top: 1
left: 0
height: 1
width: 2
refreshInterval: 15m
verifyServerCertificate: true
sentry_platform:
type: cmdrunner
title: "Sentry (Platform)"
cmd: "modules/sentry-assigned.sh"
enabled: true
position:
top: 2
left: 0
height: 1
width: 2
refreshInterval: 5m
sentry_unassigned:
type: cmdrunner
title: "Sentry (Unassigned)"
cmd: "modules/sentry-unassigned.sh"
enabled: true
position:
top: 3
left: 0
height: 1
width: 2
refreshInterval: 5m
# github:
# # apiKey: "Use WTF_GITHUB_TOKEN env variable instead"
# title: "GitHub"
# showMyPullRequests: false
# showOpenReviewRequests: false
# showStats: false
# customQueries:
# myPRs:
# title: "Authored PRs"
# filter: "is:open is:pr author:pcrock-thmdo archived:false user:thermondo"
# assignedPRs:
# title: "Assigned PRs"
# filter: "is:open is:pr archived:false user:thermondo assignee:pcrock-thmdo"
# reviewRequests:
# title: "Review Requests"
# filter: "is:open is:pr archived:false user:thermondo review-requested:pcrock-thmdo"
# enabled: true
# enableStatus: true
# repositories:
# - "pcrock-thmdo/wtf-config" # Hopefully not needed after https://github.com/wtfutil/wtf/issues/1312
# position:
# top: 1
# left: 2
# height: 3
# width: 1
# refreshInterval: 5m
# username: "pcrockett"