From b404a716ce74f69c0989b921aff9b9040d22cef2 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:40:47 -0800 Subject: [PATCH] Create issue-branch.yml --- .github/issue-branch.yml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/issue-branch.yml 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: '💥'