diff --git a/.github/issue-branch.yml b/.github/issue-branch.yml new file mode 100644 index 0000000..3dfed8d --- /dev/null +++ b/.github/issue-branch.yml @@ -0,0 +1,38 @@ +branchName: 'issue-${issue.number}-${issue.title[0,32]}' +gitReplaceChars: '/<>' +autoLinkIssue: true +openDraftPR: true +prSkipCI: true +copyIssueDescriptionToPR: true +copyIssueLabelsToPR: true +copyIssueAssigneeToPR: true +copyIssueProjectsToPR: true +copyIssueMilestoneToPR: true +conventionalPrTitles: true +conventionalLabels: + fix: + bug: '🐛' + dependencies: '⬆️' + security: '🔒' + feat: + enhancement: '✨' + new-stuff: '🚀' + build: + build: '🔧' + chore: + chore: '♻️' + ci: + ci: '👷' + docs: + documentation: '📝' + style: + style: '💎' + refactor: + refactor: '♻️' + perf: + performance: '⚡️' + test: + test: '✅' + breaking: + breaking-change: '💥' + breaking change: '💥'