From 5709e8706e4bb06a42d7d5ea8ca46801dd0bb029 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Thu, 7 Mar 2024 20:00:28 -0800 Subject: [PATCH] Create issue-branch.yml --- .github/issue-branch.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 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 00000000..3654b291 --- /dev/null +++ b/.github/issue-branch.yml @@ -0,0 +1,32 @@ +branchName: 'issue-${issue.number}-${issue.title[0,32]}' +gitReplaceChars: '/<>' +autoLinkIssue: true +openDraftPR: 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: '💥'