Skip to content

Commit 5894066

Browse files
authored
Create again.. create-issue.yml
1 parent 14ccd26 commit 5894066

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/create-issue.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
branchName: '#${issue.number}'
2+
branches:
3+
- label: REFACTOR
4+
prefix: refactor/
5+
- label: CHORE
6+
prefix: chore/
7+
- label: FIX
8+
prefix: fix/
9+
- label: FEAT
10+
prefix: feature/
11+
autoCloseIssue: true
12+
commentMessage: 'Branch ${branchName} created for issue: ${issue.number}-${issue.title}'

0 commit comments

Comments
 (0)