From 34fb717a4e2a5b839cd279d6cc4c59839e93b0f3 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Mon, 10 Aug 2020 14:31:46 +0100 Subject: [PATCH] Update way that branches are named --- .github/issue-branch.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/issue-branch.yml b/.github/issue-branch.yml index 73aa54f..4415ab1 100644 --- a/.github/issue-branch.yml +++ b/.github/issue-branch.yml @@ -1,9 +1,11 @@ mode: auto silent: false -branchName: short +branchName: '${issue.number}' branches: - label: type/feature prefix: feature/ - label: type/bug prefix: bug/ + - label: type/epic + prefix: epic/ autoCloseIssue: true