Files
FHeD/.github/issue-branch.yml
2020-08-13 23:06:26 +01:00

16 lines
294 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: automation/
autoCloseIssue: true