Move back to GitHub

This commit is contained in:
Luke Tainton
2022-04-13 14:42:05 +01:00
parent c00037d3f6
commit 06a4e56ee7
12 changed files with 0 additions and 0 deletions

15
.github/issue-branch.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
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