-
Notifications
You must be signed in to change notification settings - Fork 0
/
labelsync.yml
204 lines (203 loc) · 5.18 KB
/
labelsync.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
# Labels
labels: &labels
"blocked":
color: "#ffec44"
description: Unable to progress due to external or internal factor
alias:
- "pending: blocked"
- "pending: externally blocked"
- "pending: needs investigation"
- "pending: on hold"
- "pending: under consideration"
"bug":
color: "#d73a4a"
description: Something isn't working inline with requirements
alias:
- "problem: bug"
- "problem: hotfix"
- "problem: outage"
- "problem: security"
"dependencies":
color: "#a8d6f7"
description: Pull requests that update a dependency file (Dependabot)
"documentation":
color: "#0075ca"
description: Improvements or additions to documentation
"duplicate":
color: "#cfd3d7"
description: This issue or pull request already exists
alias:
- "inactive: duplicate"
# "feature":
# color: "#b5ff47"
# description: Adding new functionality
# alias:
# - "addition: feature"
"improvement":
color: "#a2eeef"
description: "Adding new functionality, or improving and enhancing an existing feature"
alias:
- "improvement: enhancement"
- "improvement: optimization"
- "enhancement"
- "feature"
"maintenance":
color: "#ffc9df"
description: "Chore, task, clean-up, refactor, or other work that adds no direct business value"
alias:
- "maintenance: automation"
- "maintenance: chore"
- "maintenance: cleanup"
- "maintenance: compliance"
- "maintenance: legal"
- "maintenance: monitoring"
- "maintenance: refactor"
- "maintenance: tech debt"
- "maintenance: tooling"
# "next-sprint":
# color: "#c2e0c6"
# description: "This is suggested work for the next sprint (likely to be scheduled)"
"regression":
color: "#910f05"
description: Something that was previously confirmed working is now not working
"release":
color: "#20fce6"
description: A planned bundle of features into a single release
alias:
- "addition: release"
# "this-sprint":
# color: "#1004e8"
# description: "This item is on our agenda for this sprint (scheduled to be worked on)"
"unplanned":
color: "#9e2acc"
description: "This work was not scheduled for this sprint (during planning)"
"wont-fix":
color: "#ffffff"
description: "This will not be worked on"
alias:
- "inactive: wont fix"
- "wontfix"
"priority-low":
color: "#9ACD32"
description: "Low priority bug or issue - deal with when time permits"
"priority-normal":
color: "#FFFF00"
description: "Normal priority bug or issue - schedule in next sprint"
"priority-high":
color: "#FFA500"
description: "High priority bug or issue - should be top of backlog"
"priority-urgent":
color: "#FF0000"
description: "Urgent priority bug or issue - drop what you are working on!"
"not-reproducible":
color: "#CA1F7B"
description: "This issue has not been reproduced and thus should probably not be an issue"
# Repositories
repos:
"*":
config:
removeUnconfiguredLabels: false
labels:
<<: *labels
# Add extra labels here.
app:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels
# Add extra labels here.
aston-api:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels
# Add extra labels here.
operator:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels
# Add extra labels here.
aston-payments:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels
# Add extra labels here.
aston-posapi:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels
# Add extra labels here.
features:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels
# Add extra labels here.
serverless-ops:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels
# Add extra labels here.
stripe-payments:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels
# Add extra labels here.
tidy-api:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels
# Add extra labels here.
tidy-orders:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels
# Add extra labels here.
office:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels
# Add extra labels here.
web-ordering:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels
# Add extra labels here.
doshii-link:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels
# Add extra labels here.
kounta-link:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels
# Add extra labels here.
zonal-link:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels
# Add extra labels here.
zonal-ordering:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels
# Add extra labels here.
loke-redis-cache:
config:
removeUnconfiguredLabels: true
labels:
<<: *labels