* Forgotten Bump * Changing Workflow Job * 🔧 Fix automation due to label changes Signed-off-by: Luke Tainton <luke@tainton.uk> Co-authored-by: Luke Tainton <luke@tainton.uk>
16 lines
288 B
YAML
16 lines
288 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-
|
|
- label: type:automation
|
|
prefix: auto-
|
|
autoCloseIssue: true
|