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"]