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