Skip to content

Commit

Permalink
Add hotfix labeler (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongminlee94 committed Sep 19, 2022
1 parent 92cc50b commit dfaba9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ labels:
branch: "^feature/.*"
- label: "bugfix"
branch: "^bugfix/.*"
- label: "hotfix"
branch: "^hotfix/.*"
- label: "enh"
branch: "^enhance/.*"
- label: "style"
Expand Down

0 comments on commit dfaba9a

Please sign in to comment.