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 3252ebc commit a92c503
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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 a92c503

Please sign in to comment.