Skip to content

Commit

Permalink
fix(ci): update pr-labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Jan 26, 2024
1 parent a92c503 commit afe52d6
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
'pr/feat': '^(feat|style)'
'pr/fix': '^fix'
'pr/perf': '^perf'
'pr/docs': '^docs'
'pr/test': '^test'
"pr/feat":
- "/^(feat|style)/"
"pr/fix":
- "/^fix/"
"pr/perf":
- "/^perf/"
"pr/docs":
- "/^docs/"
"pr/test":
- "/^test/"

0 comments on commit afe52d6

Please sign in to comment.