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 dbb0dde
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 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 @@ -48,39 +52,39 @@
- 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 dbb0dde

Please sign in to comment.