diff --git a/.github/labeler.yml b/.github/labeler.yml index c47d2b019..a82f75d49 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -4,17 +4,17 @@ labels: - label: 'bug' sync: true matcher: - title: '^fix(\((?!deps)\w+\))?: .*' + title: '^fix(\((?!deps)[\w/]+\))?: .*' - label: 'build' sync: true matcher: - title: '^(ci|build)(\(\w+\))?: .*' + title: '^(ci|build)(\([\w/]+\))?: .*' - label: 'chore' sync: true matcher: - title: '^chore(\((?!deps)\w+\))?: .*' + title: '^chore(\((?!deps)[\w/]+\))?: .*' - label: 'dependency' sync: true @@ -25,32 +25,32 @@ labels: - label: 'forge:github' sync: true matcher: - title: '^\w+\(github\): .*' + title: '^\w+\((forge\/)?github\): .*' - label: 'forge:bitbucket' sync: true matcher: - title: '^\w+\(bitbucket\): .*' + title: '^\w+\((forge\/)?bitbucket\): .*' - label: 'forge:gitea' sync: true matcher: - title: '^\w+\((gitea|codeberg|forgejo)\): .*' + title: '^\w+\((forge\/)?(gitea|codeberg|forgejo)\): .*' - label: 'documentation' sync: true matcher: - title: '^docs(\(\w+\))?: .*' + title: '^docs(\([\w/]+\))?: .*' - label: 'enhancement' sync: true matcher: - title: '^feat(\(\w+\))?: .*' + title: '^feat(\([\w/]+\))?: .*' - label: 'refactor' sync: true matcher: - title: '^(refactor|perf)(\(\w+\))?: .*' + title: '^(refactor|perf)(\([\w/]+\))?: .*' - label: 'release' sync: true @@ -60,7 +60,7 @@ labels: - label: 'test' sync: true matcher: - title: '^test(\(\w+\))?: .*' + title: '^test(\([\w/]+\))?: .*' checks: - context: 'Semantic Pull Request' @@ -77,3 +77,4 @@ checks: - build - chore - dependency + - release