From 67909b696757e2bc89f9600a87141027bf2a31f5 Mon Sep 17 00:00:00 2001 From: kuraishi <20122027@kaishi-pu.ac.jp> Date: Fri, 15 Mar 2024 12:47:50 +0900 Subject: [PATCH] Add fix label --- .github/labels.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/labels.json b/.github/labels.json index 5cc5b62..7045ed4 100644 --- a/.github/labels.json +++ b/.github/labels.json @@ -6,16 +6,10 @@ "delete": false }, { - "name": "bug", - "color": "F05032", - "description": "バグ", - "delete": false - }, - { - "name": "security", - "color": "F05032", - "description": "セキュリティに関連する問題や脆弱性", - "delete": false + "name":"fix", + "color":"F05032", + "description":"バグ修正", + "delete":false }, { "name": "feature",