Forgotten Bump (#108)

* 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>
This commit was merged in pull request #108.
This commit is contained in:
Alexander Davis
2020-08-17 10:47:08 +01:00
committed by GitHub
parent 69f5e70b83
commit 1460b6a14d
7 changed files with 34 additions and 38 deletions

View File

@@ -2,14 +2,14 @@ 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/
- 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