diff --git a/.github/labeler.yml b/.github/labeler.yml index 8ea35d0..1cbe1a9 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -23,6 +23,10 @@ labels: branch: '^chore/.*' commits: "^chore(\\((deps|ci)\\))?:.*" + - label: 'chore' + matcher: + title: "^bump(\\((deps|ci)\\))?:.*" + - label: 'docs' matcher: title: '^docs:.*'