Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 15bbeec

Browse files
authored
Update labels.yml
1 parent ad6a608 commit 15bbeec

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/labels.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
# Format and labels used aim to match those used by Ansible project
22
# https://github.com/marketplace/actions/github-labeler
33
- name: bug
4-
color: fbca04
4+
color: "fbca04"
55
description: "This issue/PR relates to a bug."
66
- name: deprecated
7-
color: fef2c0
7+
color: "fef2c0"
88
description: "This issue/PR relates to a deprecated module."
99
- name: docs
10-
color: 4071a5
10+
color: "4071a5"
1111
description: "This issue/PR relates to or includes documentation."
1212
- name: enhancement
13-
color: ededed
13+
color: "ededed"
1414
description: "This issue/PR relates to a feature request."
1515
- name: feature
16-
color: 006b75
16+
color: "006b75"
1717
description: "This issue/PR relates to a feature request."
1818
- name: major
19-
color: c6476b
19+
color: "c6476b"
2020
description: "Marks an important and likely breaking change."
2121
- name: packaging
22-
color: 4071a5
22+
color: "4071a5"
2323
description: "Packaging category"
2424
- name: performance
25-
color: 555555
25+
color: "555555"
2626
description: "Relates to product or testing performance."
2727
- name: skip-changelog
28-
color: eeeeee
28+
color: "eeeeee"
2929
description: "Can be missed from the changelog."
3030
- name: stale
31-
color: eeeeee
31+
color: "eeeeee"
3232
description: "Not updated in long time, will be closed soon."
3333
- name: wontfix
34-
color: eeeeee
34+
color: "eeeeee"
3535
description: "This will not be worked on"
3636
- name: test
37-
color: 0e8a16
37+
color: "0e8a16"
3838
description: "This PR relates to tests, QA, CI."

0 commit comments

Comments
 (0)