diff --git a/.github/issue-branch.yml b/.github/issue-branch.yml index 2306919..73aa54f 100644 --- a/.github/issue-branch.yml +++ b/.github/issue-branch.yml @@ -2,8 +2,8 @@ mode: auto silent: false branchName: short branches: - - label: feature + - label: type/feature prefix: feature/ - - label: bug + - label: type/bug prefix: bug/ autoCloseIssue: true