From af243b197620f4072909a4ee95ee60b5289acf7f Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Thu, 13 Aug 2020 21:00:54 +0100 Subject: [PATCH] :green_heart: Add additional branch types Signed-off-by: Luke Tainton --- .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 4415ab1..10f1843 100644 --- a/.github/issue-branch.yml +++ b/.github/issue-branch.yml @@ -3,9 +3,11 @@ silent: false branchName: '${issue.number}' branches: - label: type/feature - prefix: feature/ + prefix: feat/ - label: type/bug prefix: bug/ - label: type/epic prefix: epic/ + - label: type/docs + prefix: docs/ autoCloseIssue: true