Adding automated issue branches

This commit is contained in:
Jan Wagner 2022-02-19 16:40:34 +01:00
parent f41f36154a
commit b487452577
2 changed files with 45 additions and 0 deletions

20
.github/issue-branch.yml vendored Normal file
View 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