This repository was archived by the owner on Jan 6, 2023. It is now read-only.
File tree 2 files changed +65
-0
lines changed
2 files changed +65
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Format and labels used aim to match those used by Ansible project
2
+ # https://github.com/marketplace/actions/github-labeler
3
+ - name : bug
4
+ color : " fbca04"
5
+ description : " This issue/PR relates to a bug."
6
+ - name : deprecated
7
+ color : " fef2c0"
8
+ description : " This issue/PR relates to a deprecated module."
9
+ - name : docs
10
+ color : " 4071a5"
11
+ description : " This issue/PR relates to or includes documentation."
12
+ - name : enhancement
13
+ color : " ededed"
14
+ description : " This issue/PR relates to a feature request."
15
+ - name : feature
16
+ color : " 006b75"
17
+ description : " This issue/PR relates to a feature request."
18
+ - name : major
19
+ color : " c6476b"
20
+ description : " Marks an important and likely breaking change."
21
+ - name : packaging
22
+ color : " 4071a5"
23
+ description : " Packaging category"
24
+ - name : performance
25
+ color : " 555555"
26
+ description : " Relates to product or testing performance."
27
+ - name : skip-changelog
28
+ color : " eeeeee"
29
+ description : " Can be missed from the changelog."
30
+ - name : stale
31
+ color : " eeeeee"
32
+ description : " Not updated in long time, will be closed soon."
33
+ - name : wontfix
34
+ color : " eeeeee"
35
+ description : " This will not be worked on"
36
+ - name : test
37
+ color : " 0e8a16"
38
+ description : " This PR relates to tests, QA, CI."
Original file line number Diff line number Diff line change
1
+ # Format and labels used aim to match those used by Ansible project
2
+ categories :
3
+ - title : ' Major Changes'
4
+ labels :
5
+ - ' major' # c6476b
6
+ - title : ' Minor Changes'
7
+ labels :
8
+ - ' feature' # 006b75
9
+ - ' enhancement' # ededed
10
+ - ' performance' # 555555
11
+ - title : ' Bugfixes'
12
+ labels :
13
+ - ' fix'
14
+ - ' bugfix'
15
+ - ' bug' # fbca04
16
+ - ' docs' # 4071a5
17
+ - ' packaging' # 4071a5
18
+ - ' test' # #0e8a16
19
+ - title : ' Deprecations'
20
+ labels :
21
+ - ' deprecated' # fef2c0
22
+ exclude-labels :
23
+ - ' skip-changelog'
24
+ template : |
25
+ ## Changes
26
+
27
+ $CHANGES
You can’t perform that action at this time.
0 commit comments