💚 Add additional branch types

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
2020-08-13 21:00:54 +01:00
parent 81c6e3219d
commit af243b1976

View File

@@ -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