This repository was archived by the owner on Mar 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +29
-22
lines changed Expand file tree Collapse file tree 2 files changed +29
-22
lines changed Original file line number Diff line number Diff line change 66# the GitHub Action https://github.com/marketplace/actions/github-labeler.
77- name : breaking
88 description : Breaking Changes
9- color : bfd4f2
9+ color : " bfd4f2"
1010- name : bug
1111 description : Something isn't working
12- color : d73a4a
12+ color : " d73a4a"
1313- name : build
1414 description : Build System and Dependencies
15- color : bfdadc
15+ color : " bfdadc"
1616- name : ci
1717 description : Continuous Integration
18- color : 4a97d6
18+ color : " 4a97d6"
1919- name : dependencies
2020 description : Pull requests that update a dependency file
21- color : 0366d6
21+ color : " 0366d6"
2222- name : documentation
2323 description : Improvements or additions to documentation
24- color : 0075ca
24+ color : " 0075ca"
2525- name : duplicate
2626 description : This issue or pull request already exists
27- color : cfd3d7
27+ color : " cfd3d7"
2828- name : enhancement
2929 description : New feature or request
30- color : a2eeef
30+ color : " a2eeef"
3131- name : github_actions
3232 description : Pull requests that update Github_actions code
3333 color : " 000000"
3434- name : good first issue
3535 description : Good for newcomers
36- color : 7057ff
36+ color : " 7057ff"
3737- name : help wanted
3838 description : Extra attention is needed
39- color : 008672
39+ color : " 008672"
4040- name : invalid
4141 description : This doesn't seem right
42- color : e4e669
42+ color : " e4e669"
4343- name : performance
4444 description : Performance
4545 color : " 016175"
4646- name : python
4747 description : Pull requests that update Python code
48- color : 2b67c6
48+ color : " 2b67c6"
4949- name : question
5050 description : Further information is requested
51- color : d876e3
51+ color : " d876e3"
5252- name : refactoring
5353 description : Refactoring
54- color : ef67c4
54+ color : " ef67c4"
5555- name : removal
56- description : Removals and Deprecations
57- color : 9ae7ea
56+ description : Removals and deprecations
57+ color : " 9ae7ea"
5858- name : style
5959 description : Style
60- color : c120e5
60+ color : " c120e5"
6161- name : testing
6262 description : Testing
63- color : b1fc6f
63+ color : " b1fc6f"
6464- name : wontfix
6565 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 11---
2+ template : |
3+ ## Changes
4+
5+ $CHANGES
6+
27categories :
38 - title : " :boom: Breaking Changes"
49 label : " breaking"
@@ -26,7 +31,6 @@ categories:
2631 labels :
2732 - " dependencies"
2833 - " build"
29- template : |
30- ## Changes
3134
32- $CHANGES
35+ exclude-labels :
36+ - " skip-changelog"
You can’t perform that action at this time.
0 commit comments