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