From c20c531af8f9549026c0a03f6a63dd6b720765a7 Mon Sep 17 00:00:00 2001 From: Alexander Davis Date: Thu, 6 Aug 2020 19:50:42 +0100 Subject: [PATCH] Fixes to issue-branch --- .github/issue-branch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/issue-branch.yml b/.github/issue-branch.yml index 2306919..73aa54f 100644 --- a/.github/issue-branch.yml +++ b/.github/issue-branch.yml @@ -2,8 +2,8 @@ mode: auto silent: false branchName: short branches: - - label: feature + - label: type/feature prefix: feature/ - - label: bug + - label: type/bug prefix: bug/ autoCloseIssue: true