From a7fe162fb364a996f4672b6b5b9ea300c9a2f25f Mon Sep 17 00:00:00 2001 From: seoyeonkim01 Date: Wed, 15 Feb 2023 21:16:28 +0900 Subject: [PATCH] =?UTF-8?q?pr-labler.yml=20>=20=EB=B8=8C=EB=9E=9C=EC=B9=98?= =?UTF-8?q?=20=EC=BB=A8=EB=B2=A4=EC=85=98=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pr-labeler.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index d63ee224..a90da210 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -13,4 +13,8 @@ build: ci: head: 'ci/*' perf: - head: 'perf/*' \ No newline at end of file + head: 'perf/*' +format: + head: 'format/*' +style: + head: 'style/*' \ No newline at end of file