From abad518886ecfbc3c62a9dd5ed04c19da1936fc7 Mon Sep 17 00:00:00 2001 From: belljun3395 <195850@jnu.ac.kr> Date: Fri, 31 May 2024 02:18:29 +0900 Subject: [PATCH] =?UTF-8?q?test:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=EB=A5=BC=20?= =?UTF-8?q?=EC=9C=84=ED=95=9C=20labeler=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labeler.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 73198ba8..2b824613 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -12,13 +12,13 @@ docs: # - any-glob-to-any-file: 'scripts/**' feature: -- head-branch: ['^feat', 'feat', '^feature', 'feature'] + - head-branch: ['^feat', 'feat', '^feature', 'feature'] refactor: -- head-branch: ['^refactor', 'refactor'] + - head-branch: ['^refactor', 'refactor'] test: -- head-branch: ['^test', 'test'] + - head-branch: ['^test', 'test'] fix: -- head-branch: ['^fix', 'fix'] + - head-branch: ['^fix', 'fix']