Signed-off-by: Luke Tainton <luke@tainton.uk> Co-authored-by: Alexander Davis <AlexanderEDavis@users.noreply.github.com>
14 lines
243 B
YAML
14 lines
243 B
YAML
mode: auto
|
|
silent: false
|
|
branchName: '${issue.number}'
|
|
branches:
|
|
- label: type/feature
|
|
prefix: feat/
|
|
- label: type/bug
|
|
prefix: bug/
|
|
- label: type/epic
|
|
prefix: epic/
|
|
- label: type/docs
|
|
prefix: docs/
|
|
autoCloseIssue: true
|