diff --git a/.github/labeler.yml b/.github/labeler.yml index b90000d11..6bf0d89b1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -24,6 +24,11 @@ labels: - label: 'build' matcher: title: '^(ci|build)(\(\w+\))?: .*' + branch: '^(?!release/.*$)' + + - label: 'release' + matcher: + branch: '^release/.*' - label: 'dependency' matcher: @@ -42,4 +47,5 @@ checks: - documentation - test - build - - dependency \ No newline at end of file + - dependency + - release \ No newline at end of file diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index fcbcaa658..000000000 --- a/.husky/pre-commit +++ /dev/null @@ -1 +0,0 @@ -pnpx lint-staged \ No newline at end of file