This repository was archived by the owner on May 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +27
-22
lines changed Expand file tree Collapse file tree 2 files changed +27
-22
lines changed Original file line number Diff line number Diff line change 6
6
# the GitHub Action https://github.com/marketplace/actions/github-labeler.
7
7
- name : breaking
8
8
description : Breaking Changes
9
- color : bfd4f2
9
+ color : " bfd4f2"
10
10
- name : bug
11
11
description : Something isn't working
12
- color : d73a4a
12
+ color : " d73a4a"
13
13
- name : build
14
14
description : Build System and Dependencies
15
- color : bfdadc
15
+ color : " bfdadc"
16
16
- name : ci
17
17
description : Continuous Integration
18
- color : 4a97d6
18
+ color : " 4a97d6"
19
19
- name : dependencies
20
20
description : Pull requests that update a dependency file
21
- color : 0366d6
21
+ color : " 0366d6"
22
22
- name : documentation
23
23
description : Improvements or additions to documentation
24
- color : 0075ca
24
+ color : " 0075ca"
25
25
- name : duplicate
26
26
description : This issue or pull request already exists
27
- color : cfd3d7
27
+ color : " cfd3d7"
28
28
- name : enhancement
29
29
description : New feature or request
30
- color : a2eeef
30
+ color : " a2eeef"
31
31
- name : github_actions
32
32
description : Pull requests that update Github_actions code
33
33
color : " 000000"
34
34
- name : good first issue
35
35
description : Good for newcomers
36
- color : 7057ff
36
+ color : " 7057ff"
37
37
- name : help wanted
38
38
description : Extra attention is needed
39
- color : 008672
39
+ color : " 008672"
40
40
- name : invalid
41
41
description : This doesn't seem right
42
- color : e4e669
42
+ color : " e4e669"
43
43
- name : performance
44
44
description : Performance
45
45
color : " 016175"
46
46
- name : python
47
47
description : Pull requests that update Python code
48
- color : 2b67c6
48
+ color : " 2b67c6"
49
49
- name : question
50
50
description : Further information is requested
51
- color : d876e3
51
+ color : " d876e3"
52
52
- name : refactoring
53
53
description : Refactoring
54
- color : ef67c4
54
+ color : " ef67c4"
55
55
- name : removal
56
- description : Removals and Deprecations
57
- color : 9ae7ea
56
+ description : Removals and deprecations
57
+ color : " 9ae7ea"
58
58
- name : style
59
59
description : Style
60
- color : c120e5
60
+ color : " c120e5"
61
61
- name : testing
62
62
description : Testing
63
- color : b1fc6f
63
+ color : " b1fc6f"
64
64
- name : wontfix
65
65
description : This will not be worked on
66
- color : ffffff
66
+ color : " ffffff"
67
+ - name : skip-changelog
68
+ description : This will not be added to release notes
69
+ color : " dddddd"
Original file line number Diff line number Diff line change 1
1
---
2
+ template : |
3
+ ## Changes
4
+ $CHANGES
2
5
categories :
3
6
- title : " :boom: Breaking Changes"
4
7
label : " breaking"
@@ -26,7 +29,6 @@ categories:
26
29
labels :
27
30
- " dependencies"
28
31
- " build"
29
- template : |
30
- ## Changes
31
32
32
- $CHANGES
33
+ exclude-labels :
34
+ - " skip-changelog"
You can’t perform that action at this time.
0 commit comments