Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetree7878 committed Sep 13, 2024
2 parents ab1f4d0 + cf61d6c commit f19b075
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-issue-branch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
issues:
types: [ assigned ]
types: [ opened ]
pull_request:
types: [ closed ]

Expand All @@ -11,4 +11,4 @@ jobs:
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.MY_SECRET_KEY }}
37 changes: 19 additions & 18 deletions .github/workflows/issue-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,25 @@ autoCloseIssue: true
openDraftPR: true
copyIssueLabelsToPR: true
copyIssueAssigneeToPR: true

branches:
- label: 🐛 Bug
prefix: bugfix/
- label: 🩹 Simple Fix
prefix: bugfix/
- label: 🚨 HOTFIX
prefix: hotfix/
- label: 👷 CI
prefix: env/
- label: ⚙️ Setting
prefix: env/
- label: 💄 Design
prefix: feature/
- 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: ♻️ Refactor
prefix: feature/
- label: ✅ Test
prefix: feature/
- label: 📝 Document
prefix: docs/
- label: 📬 API
prefix: API/
- label: 📝 Modify
prefix: Modify/
- label: 🔨 Refactor
prefix: Refactor/
- label: 🎨 Publish
prefix: Publish/

0 comments on commit f19b075

Please sign in to comment.