From 5f05f24657d089d3b2b196512c0f2004bf629600 Mon Sep 17 00:00:00 2001 From: Mathieu Soysal <43273304+MathieuSoysal@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:46:12 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20branch=20labels=20to=20lab?= =?UTF-8?q?eler.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labeler.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 03f349a..aaee570 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -36,3 +36,35 @@ devcontainer: fuzzing: - fuzz/**/* +feature: + - head-branch: ['^feature', 'feature'] + +bug: + - head-branch: ['^bug', 'bug'] + +documentation: + - head-branch: ['^docs', 'docs'] + +chore: + - head-branch: ['^chore', 'chore'] + +ci: + - head-branch: ['^ci', 'ci'] + +build: + - head-branch: ['^build', 'build'] + +test: + - head-branch: ['^test', 'test'] + +perf: + - head-branch: ['^perf', 'perf'] + +fix: + - head-branch: ['^fix', 'fix'] + +refactor: + - head-branch: ['^refactor', 'refactor'] + +style: + - head-branch: ['^style', 'style'] \ No newline at end of file