actions: labeler: Fix label colors by removing # prefix

This commit is contained in:
ColorfulRhino
2024-06-27 01:43:36 +02:00
committed by Igor
parent d1f9ec215a
commit cb7401babf

6
.github/labels.yml vendored
View File

@@ -92,11 +92,11 @@
color: "5ee3d0"
description: "Executing build train (permission needed)"
- name: "Needs Documentation"
color: "#4FD1EF"
color: "4FD1EF"
description: "New feature needs documentation entry"
- name: "Documentation finished"
color: "#0052CC"
color: "0052CC"
description: "New feature was properly added to docs"
- name: "Improper usage"
color: "#CD456C"
color: "CD456C"
description: "Provided input is not in the expected data format or structure"