From e6ced417d2ff91e85a9dc14b597b91a6cf371a38 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Tue, 19 Mar 2024 02:35:08 +0900 Subject: [PATCH] =?UTF-8?q?chore(.github/labeler.yml):=20matcher=20?= =?UTF-8?q?=EB=82=B4=EB=B6=80=20=EC=A0=95=EA=B7=9C=ED=91=9C=ED=98=84?= =?UTF-8?q?=EC=8B=9D=20=ED=8F=AC=EA=B4=84=EC=A0=81,=20=EA=B0=84=EB=9E=B5?= =?UTF-8?q?=ED=95=98=EA=B2=8C=20=EB=B3=80=EA=B2=BD=20(#106)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labeler.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index caa7194..0691e56 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,42 +3,42 @@ version: v1 labels: - label: bug matcher: - title: '^bug(?:\(.+\))?: .+' - branch: '^bug(?:\/.+)?' - commits: '^bug(?:\(.+\))?: .+' + title: '^bug(?:\(.+\))?:.*' + branch: '^bug\/.*' + commits: '^bug(?:\(.+\))?:.*' - label: chore matcher: - title: '^chore(?:\(.+\))?: .+' - branch: '^chore(?:\/.+)?' - commits: '^chore(?:\(.+\))?: .+' + title: '^chore(?:\(.+\))?:.*' + branch: '^chore\/.*' + commits: '^chore(?:\(.+\))?:.*' - label: docs matcher: - title: '^docs(?:\(.+\))?: .+' - branch: '^docs(?:\/.+)?' - commits: '^docs(?:\(.+\))?: .+' + title: '^docs(?:\(.+\))?:.*' + branch: '^docs\/.*' + commits: '^docs(?:\(.+\))?:.*' - label: feat matcher: - title: '^feat(?:\(.+\))?: .+' - branch: '^feat(?:\/.+)?' - commits: '^feat(?:\(.+\))?: .+' + title: '^feat(?:\(.+\))?:.*' + branch: '^feat\/.*' + commits: '^feat(?:\(.+\))?:.*' - label: fix matcher: - title: '^fix(?:\(.+\))?: .+' - branch: '^fix(?:\/.+)?' - commits: '^fix(?:\(.+\))?: .+' + title: '^fix(?:\(.+\))?:.*' + branch: '^fix\/.*' + commits: '^fix(?:\(.+\))?:.*' - label: refactor matcher: - title: '^refactor(?:\(.+\))?: .+' - branch: '^refactor(?:\/.+)?' - commits: '^refactor(?:\(.+\))?: .+' + title: '^refactor(?:\(.+\))?:.*' + branch: '^refactor\/.*' + commits: '^refactor(?:\(.+\))?:.*' - label: style matcher: - title: '^style(?:\(.+\))?: .+' - branch: '^style(?:\/.+)?' - commits: '^style(?:\(.+\))?: .+' + title: '^style(?:\(.+\))?:.*' + branch: '^style\/.*' + commits: '^style(?:\(.+\))?:.*'