From 7e44cbf817619c35c390a8793f6772e4668312e3 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Tue, 8 Aug 2023 22:31:27 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Added=20config=20for=20CIB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/issue-branch.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/issue-branch.yml diff --git a/.github/issue-branch.yml b/.github/issue-branch.yml new file mode 100644 index 0000000..a24f514 --- /dev/null +++ b/.github/issue-branch.yml @@ -0,0 +1,19 @@ +mode: chatops +silent: true +branchName: '${issue.number}-${issue.title,}' +gitSafeReplacementChar: '-' +branches: + - label: + - bug🐞 + prefix: feature/ + - label: + - feature-request👓 + prefix: feature/ + - label: + - new-app💁‍ + prefix: new-app/ + - label: + - documentation📄 + prefix: documentation/ +experimental: + branchNameArgument: true