chore(ci): normalize hex color case in labels.yml
Address review feedback from gemini-code-assist on .github/labels.yml:242: all hex color values use lowercase characters for consistency. Assisted-By: Claude <noreply@anthropic.com> Signed-off-by: Aleksei Sviridkin <f@lex.la>
This commit is contained in:
parent
c8ed1c652c
commit
91188702a6
1 changed files with 5 additions and 5 deletions
10
.github/labels.yml
vendored
10
.github/labels.yml
vendored
|
|
@ -239,11 +239,11 @@
|
|||
# ──────────────────────────────────────────────
|
||||
|
||||
- name: epic
|
||||
color: 'A335EE'
|
||||
color: 'a335ee'
|
||||
description: A large development increment that brings definite value to Cozystack users
|
||||
|
||||
- name: community
|
||||
color: '97458A'
|
||||
color: '97458a'
|
||||
description: Community contributions are welcome in this issue
|
||||
|
||||
- name: help wanted
|
||||
|
|
@ -263,7 +263,7 @@
|
|||
description: Requires resolving an issue in an upstream project
|
||||
|
||||
- name: backport
|
||||
color: 'FBCA04'
|
||||
color: 'fbca04'
|
||||
description: Should change be backported on previous release
|
||||
|
||||
- name: backport-previous
|
||||
|
|
@ -283,7 +283,7 @@
|
|||
description: Debugging in progress
|
||||
|
||||
- name: sponsored
|
||||
color: '00FF00'
|
||||
color: '00ff00'
|
||||
description: Sponsored work
|
||||
|
||||
- name: lgtm
|
||||
|
|
@ -291,7 +291,7 @@
|
|||
description: This PR has been approved by a maintainer
|
||||
|
||||
- name: ok-to-test
|
||||
color: '00FF00'
|
||||
color: '00ff00'
|
||||
description: Indicates a non-member PR is safe to run CI on
|
||||
|
||||
# ──────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue