diff --git a/.github/labels.yaml b/.github/labels.yaml index 052a5bc65e..3ac64e9083 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -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 @@ -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"