From b91b8bba335b867869463d2f4780d258013bf559 Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Sun, 19 May 2024 01:50:42 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(git):=20Add=20`docs/**`=20br?= =?UTF-8?q?anch=20(#44)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description **What issue are you solving (or what feature are you adding) and how are you doing it?** There seems to be a problem with auto-labeler labelling `type:docs`. So i am adding to check on the `docs/**` branch too and label that accordingly. --- .github/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 9da6ced8..3c8054dc 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -17,6 +17,7 @@ labels: - label: 'type/docs' title: '^\s*.*?\sdocs(?:(.+))?!?:' + branch: '^docs/.*' files: - '**/*.md$' - '**/*.mdx$'