forked from AlexRogalskiy/android-patterns
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlabels.json
More file actions
42 lines (42 loc) · 1.2 KB
/
labels.json
File metadata and controls
42 lines (42 loc) · 1.2 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
[
{
"name": "kind/bug",
"color": "c7def8",
"description": "Categorizes issue or PR as related to a bug"
},
{
"name": "kind/cleanup",
"color": "c7def8",
"description": "Categorizes issue or PR as related to cleaning up code, process, or technical debt"
},
{
"name": "kind/documentation",
"color": "c7def8",
"description": "Categorizes issue or PR as related to documentation"
},
{
"name": "kind/feature",
"color": "c7def8",
"description": "Categorizes issue or PR as related to a new feature"
},
{
"name": "bump:major",
"color": "ef6bb4",
"description": "Attach to PR to automatically bump major version on merge"
},
{
"name": "bump:minor",
"color": "ef6bb4",
"description": "Attach to PR to automatically bump minor version on merge"
},
{
"name": "bump:patch",
"color": "ef6bb4",
"description": "Attach to PR to automatically bump patch version on merge"
},
{
"name": "do-not-merge/hold",
"color": "e11d21",
"description": "Indicated that a PR is not to be merged"
}
]