Skip to content

Commit

Permalink
chore(ci): fix labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan authored Jun 13, 2022
1 parent bdac332 commit 5a7a055
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
version: 1
labels:
- label: "type/feature"
title: "^feat*"
title: "^feat.*"
- label: "type/fix"
title: "^fix*"
title: "^fix.*"
- label: "type/refactor"
title: "^refactor*"
title: "^refactor.*"
- label: "type/style"
title: "^style*"
title: "^style.*"
- label: "type/chore"
title: "^chore*"
title: "^chore.*"
- label: "type/perf"
title: "^perf*"
title: "^perf.*"
- label: "type/build"
title: "^build*"
title: "^build.*"
- label: "type/revert"
title: "^revert*"
title: "^revert.*"
- label: "component/ci"
title: "^ci*"
title: "^ci.*"
- label: "component/test"
title: "^test*"
title: "^test.*"
- label: "component/doc"
title: "^doc*"
title: "^doc.*"

0 comments on commit 5a7a055

Please sign in to comment.