File tree Expand file tree Collapse file tree 3 files changed +33
-23
lines changed
Expand file tree Collapse file tree 3 files changed +33
-23
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 1+ ---
2+ template : |
3+ ## Changes
4+
5+ $CHANGES
6+
17categories :
28 - title : " :boom: Breaking Changes"
39 label : " breaking"
@@ -7,6 +13,8 @@ categories:
713 label : " removal"
814 - title : " :beetle: Fixes"
915 label : " bug"
16+ - title : " :raising_hand: Help wanted"
17+ label : " help wanted"
1018 - title : " :racehorse: Performance"
1119 label : " performance"
1220 - title : " :rotating_light: Testing"
@@ -23,7 +31,6 @@ categories:
2331 labels :
2432 - " dependencies"
2533 - " build"
26- template : |
27- ## Changes
2834
29- $CHANGES
35+ exclude-labels :
36+ - " skip-changelog"
Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v3
1414
1515 - name : Run Labeler
16- uses : crazy-max/ghaction-github-labeler@v4.1.0
16+ uses : crazy-max/ghaction-github-labeler@v4
1717 with :
1818 skip-delete : true
You can’t perform that action at this time.
0 commit comments