File tree 1 file changed +12
-16
lines changed
1 file changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -13,46 +13,42 @@ groups:
13
13
-
14
14
name : BREAKING
15
15
labels :
16
- - kind /breaking
16
+ - pr /breaking
17
17
-
18
18
name : SECURITY
19
19
labels :
20
- - kind /security
20
+ - topic /security
21
21
-
22
22
name : FEATURES
23
23
labels :
24
- - kind /feature
24
+ - type /feature
25
25
-
26
26
name : API
27
27
labels :
28
- - kind /api
28
+ - modifies /api
29
29
-
30
30
name : ENHANCEMENTS
31
31
labels :
32
- - kind /enhancement
33
- - kind/refactor
34
- - kind /ui
32
+ - type /enhancement
33
+ - type/refactoring
34
+ - topic /ui
35
35
-
36
36
name : BUGFIXES
37
37
labels :
38
- - kind /bug
38
+ - type /bug
39
39
-
40
40
name : TESTING
41
41
labels :
42
- - kind/testing
43
- -
44
- name : TRANSLATION
45
- labels :
46
- - kind/translation
42
+ - type/testing
47
43
-
48
44
name : BUILD
49
45
labels :
50
- - kind /build
51
- - kind/lint
46
+ - topic /build
47
+ - topic/code-linting
52
48
-
53
49
name : DOCS
54
50
labels :
55
- - kind /docs
51
+ - type /docs
56
52
-
57
53
name : MISC
58
54
default : true
You can’t perform that action at this time.
0 commit comments