From e371462406fa1b9a40a80169cf47f11f36fc7f9f Mon Sep 17 00:00:00 2001 From: "Byungjin Park (Claud)" Date: Wed, 17 Dec 2025 23:29:53 +0900 Subject: [PATCH] Remove common labels from labels.yaml --- .github/labels.yaml | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/.github/labels.yaml b/.github/labels.yaml index 9b7aae9..15e6045 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -1,40 +1 @@ # 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"