Co-authored-by: verjager <78507418+verjager@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
63 lines
1.3 KiB
YAML
63 lines
1.3 KiB
YAML
---
|
|
# Conventional Commit related labels (match entries in `semantics-prs.yml`).
|
|
- name: bug
|
|
description: Something isn't working
|
|
color: d73a4a
|
|
- name: chore
|
|
description: Chore
|
|
color: bfdadc
|
|
- name: ci
|
|
description: Continuous Integration
|
|
color: 4a97d6
|
|
- name: documentation
|
|
description: Improvements or additions to documentation
|
|
color: 0075ca
|
|
- name: feature
|
|
description: New feature or request
|
|
color: a2eeef
|
|
- name: performance
|
|
description: Performance
|
|
color: '016175'
|
|
- name: refactoring
|
|
description: Refactoring
|
|
color: ef67c4
|
|
- name: testing
|
|
description: Testing
|
|
color: b1fc6f
|
|
|
|
# Other labels
|
|
- name: breaking
|
|
description: Breaking Changes
|
|
color: bfd4f2
|
|
- name: help wanted
|
|
description: Extra attention is needed
|
|
color: 008672
|
|
- name: question
|
|
description: Further information is requested
|
|
color: d876e3
|
|
- name: waiting
|
|
description: Waiting for something
|
|
color: daa036
|
|
|
|
# Priority labels
|
|
- name: P0
|
|
description: 'Priority: Blocker'
|
|
color: b60205
|
|
- name: P1
|
|
description: 'Priority: High'
|
|
color: d93f0b
|
|
- name: P2
|
|
description: 'Priority: Medium'
|
|
color: fbca04
|
|
- name: P3
|
|
description: 'Priority: Low'
|
|
color: 0e8a16
|
|
|
|
# Triage labels
|
|
- name: regression
|
|
description: Worked in a previous version
|
|
color: e11d21
|
|
- name: fixed-pending-release
|
|
description: Awaiting Release
|
|
color: 1d76db
|