Adding automated issue branches
This commit is contained in:
parent
f41f36154a
commit
b487452577
2 changed files with 45 additions and 0 deletions
20
.github/issue-branch.yml
vendored
Normal file
20
.github/issue-branch.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
mode: chatops
|
||||
branchName: '${issue.number}-${issue.title[0,40]}'
|
||||
gitSafeReplacementChar: '-'
|
||||
branches:
|
||||
- label: question
|
||||
skip: true
|
||||
- label: feature
|
||||
prefix: feature/
|
||||
- label: bug
|
||||
prefix: bugfix/
|
||||
- label: security
|
||||
prefix: security/
|
||||
- label: automation
|
||||
prefix: automation/
|
||||
openDraftPR: true
|
||||
copyIssueDescriptionToPR: false
|
||||
copyIssueLabelsToPR: true
|
||||
copyIssueAssigneeToPR: true
|
||||
copyIssueProjectsToPR: false
|
||||
copyIssueMilestoneToPR: true
|
Loading…
Add table
Add a link
Reference in a new issue