-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yml
68 lines (51 loc) · 1.21 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
- repositories:
- <org>/<project>
- <org>/<project>
milestones:
- title: Example closed milestone
state: closed
description: |
Multiline
Description
due_on: 2024-02-18
previousTitles:
- Example open milestone
- title: Another example open milestone
state: open
description: Single line description
due_on: 2034-02-18
labels:
- name: bug
color: FF6B6B
- name: ci/cd
color: 69D2E7
- name: cleanup
color: A7DBD8
- name: design/ui
color: 4ECDC4
- name: dev tools
color: C3FF68
previousNames:
- devtools
- name: duplicate
color: FFB7CA
- name: enhancement
color: C0ADDB
- name: feature
color: '556270'
- name: invalid
color: FFDABF
- name: performance
color: C7F464
- name: proposal
color: '7786E1'
- name: security
color: FA6900
- name: tech debt
color: C44D58
- name: testing
color: 87D69B
- name: wont fix
color: F4FCE8
previousNames:
- wontfix