diff --git a/.github/issue-branch.yml b/.github/issue-branch.yml new file mode 100644 index 0000000..e65a6c3 --- /dev/null +++ b/.github/issue-branch.yml @@ -0,0 +1,27 @@ +branchName: "chistock-#${issue.number}" +autoCloseIssue: true +openDraftPR: true +copyIssueLabelsToPR: true +copyIssueAssigneeToPR: true + +branches: + - label: 🌏 Deploy + prefix: deploy/ + - label: ⚙ Setting + prefix: Setting/ + - label: 🐞 BugFix + prefix: BugFix/ + - label: 💻 CrossBrowsing + prefix: CrossBrowsing/ + - label: 📃 Docs + prefix: Docs/ + - label: ✨ Feature + prefix: feature/ + - label: 📬 API + prefix: API/ + - label: 📝 Modify + prefix: Modify/ + - label: 🔨 Refactor + prefix: Refactor/ + - label: 🎨 Publish + prefix: Publish/