Skip to content

Commit

Permalink
fix(ci): Fix labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Mar 21, 2024
1 parent 1b4b982 commit 92c75ab
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
color: "72ccf3"
description: >-
Changes made in the hack directory
- name: area/infrastructure
color: "72ccf3"
description: >-
Changes made in the infrastructure directory
- name: area/taskfile
color: "0e8a16"
color: "72ccf3"
description: >-
Changes made in the taskfile directory
- name: cluster/main
Expand Down Expand Up @@ -37,50 +41,50 @@
color: "ffc300"
# Semantic Type
- name: type/digest
color: "ffeC19"
color: "ffec19"
- name: type/patch
color: "FFEC19"
color: "ffec19"
- name: type/minor
color: "FF9800"
color: "ff9800"
- name: type/major
color: "F6412D"
color: "f6412d"
# Size
- name: size/XS
color: "009900"
description: >-
Denotes a PR that changes 0-9 lines, ignoring generated files.
Marks a PR that changes 0-9 lines, ignoring generated files
- name: size/S
color: "77bb00"
description: >-
Denotes a PR that changes 10-29 lines, ignoring generated files.
Marks a PR that changes 10-29 lines, ignoring generated files
- name: size/M
color: "eebb00"
description: >-
Denotes a PR that changes 30-99 lines, ignoring generated files.
Marks a PR that changes 30-99 lines, ignoring generated files
- name: size/L
color: "ee9900"
description: >-
Denotes a PR that changes 100-499 lines, ignoring generated files.
Marks a PR that changes 100-499 lines, ignoring generated files
- name: size/XL
color: "ee5500"
description: >-
Denotes a PR that changes 500-999 lines, ignoring generated files.
Marks a PR that changes 500-999 lines, ignoring generated files
- name: size/XXL
color: "ee0000"
description: >-
Denotes a PR that changes 1000+ lines, ignoring generated files.
Marks PR that changes 1000+ lines, ignoring generated files
# Uncategorized
- name: bug
color: "ee0701"
color: "d73a4a"
- name: docs
color: "F4D1B7"
color: "0075ca"
- name: do-not-merge
color: "ee0701"
- name: enhancement
color: "84b6eb"
color: "a2eeef"
- name: link-checker
color: "7B55D7"
color: "7b55d7"
- name: question
color: "cc317c"
color: "d876e3"
- name: wontfix
color: "ffffff"

0 comments on commit 92c75ab

Please sign in to comment.