21 lines
460 B
YAML
21 lines
460 B
YAML
mode: auto
|
|
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
|