From afa740606f3a0899e284b833056d1a801a31227a Mon Sep 17 00:00:00 2001 From: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:55:32 +0200 Subject: [PATCH] chore: Update labeler to add type labels automatically (#8410) --- .github/labeler.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 08433dd1e5..eb34572beb 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,13 @@ -'type: docs': -- changed-files: - - any-glob-to-any-file: www/** \ No newline at end of file +"type: docs": + - changed-files: + - any-glob-to-any-file: www/** + - head-branch: ["^docs"] + +"type: feature": + - head-branch: ["^feat"] + +"type: chore": + - head-branch: ["^chore"] + +"type: bug": + - head-branch: ["^fix"]