From 70a2dda57163eb36f2409497b3cfa7be7ea4a82b Mon Sep 17 00:00:00 2001 From: "Byungjin Park (Claud)" Date: Wed, 17 Dec 2025 23:55:58 +0900 Subject: [PATCH] chore: remove common labels from labels.yaml --- .github/labels.yaml | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/.github/labels.yaml b/.github/labels.yaml index 9b7aae9..b654917 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -1,40 +1,7 @@ # Warning -- color: "ee0701" - description: "Categorize bug reports." - name: ":warning: bug" -- color: "ee0701" - description: "Categorize vulnerability reports." - name: ":warning: vulnerability" # 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 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: "Extra Large size issue or PR." - name: "size/XL"