From 1f83406cb8b976b76508dea3de55734ca3581d50 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Wed, 9 Aug 2023 22:13:39 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fixed=20Branch=20prefix=20for=20?= =?UTF-8?q?bugs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/issue-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/issue-branch.yml b/.github/issue-branch.yml index a24f514..053a8d1 100644 --- a/.github/issue-branch.yml +++ b/.github/issue-branch.yml @@ -5,7 +5,7 @@ gitSafeReplacementChar: '-' branches: - label: - bug🐞 - prefix: feature/ + prefix: bug/ - label: - feature-request👓 prefix: feature/