From 025a8a6949a34c6e9bdd5f1e36d2db6de3235d56 Mon Sep 17 00:00:00 2001 From: "Byungjin Park (Claud)" Date: Thu, 18 Dec 2025 00:10:30 +0900 Subject: [PATCH] chore: remove common labels from labels.yaml --- .github/labels.yaml | 70 +++++++++++---------------------------------- 1 file changed, 16 insertions(+), 54 deletions(-) diff --git a/.github/labels.yaml b/.github/labels.yaml index 42ee0b7..c60601e 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -1,57 +1,19 @@ # Warning - color: "ee0701" - description: "Categorize to note any change that requires extra attention." - name: ":warning: breaking change" -- color: "ee0701" - description: "Categorize bug reports." - name: ":warning: bug" -- color: "ee0701" - description: "Categorize vulnerability reports." - name: ":warning: vulnerability" - -# Task Types -- color: "1d76db" - description: "Improvements or additions to documentation." - name: ":pencil2: documentation" -- color: "1d76db" - description: "A new feature of the project." - name: ":pencil2: feature" -- color: "1d76db" - description: "Any dependency updates, housekeeping, or maintenance work." - name: ":pencil2: maintenance" - -# Highlight -- color: "0e8a16" - description: "Good for newcomers." - name: ":fire: good first issue" -- color: "0e8a16" - description: "Extra attention is needed." - name: ":fire: help wanted" - -# Cancel -- color: "b60205" - description: "This issue or pull request already exists." - name: ":pray: duplicate" -- color: "b60205" - description: "This issue or pull request is invalid." - name: ":pray: invalid" -- color: "b60205" - description: "This will not be worked on." - name: ":pray: wontfix" - -# Size -- color: "cfd3d7" - description: "Extra Small size issue or PR." - name: "size/XS" -- color: "cfd3d7" - description: "Small size issue or PR." - name: "size/S" -- color: "cfd3d7" - description: "Medium size issue or PR." - name: "size/M" -- color: "cfd3d7" - description: "Large size issue or PR." - name: "size/L" -- color: "cfd3d7" + description: "Categorize to note any change that requires extra attention."- color: "ee0701" + description: "Categorize bug reports."- color: "ee0701" + description: "Categorize vulnerability reports."- color: "1d76db" + description: "Improvements or additions to documentation."- color: "1d76db" + description: "A new feature of the project."- color: "1d76db" + description: "Any dependency updates, housekeeping, or maintenance work."- color: "0e8a16" + description: "Good for newcomers."- color: "0e8a16" + description: "Extra attention is needed."- color: "b60205" + description: "This issue or pull request already exists."- color: "b60205" + description: "This issue or pull request is invalid."- color: "b60205" + description: "This will not be worked on."- color: "cfd3d7" + description: "Extra Small size issue or PR."- color: "cfd3d7" + description: "Small size issue or PR."- color: "cfd3d7" + description: "Medium size issue or PR."- color: "cfd3d7" + description: "Large size issue or PR."- color: "cfd3d7" description: "Extra Large size issue or PR." - name: "size/XL" \ No newline at end of file +