Skip to content

Commit

Permalink
Create issue-branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhehfl authored Sep 13, 2024
1 parent 0f21af0 commit 031a7dd
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/issue-branch.yml
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 031a7dd

Please sign in to comment.