diff --git a/.github/pr-labeler/config.yml b/.github/pr-labeler/config.yml index b0bc81a..917e33e 100644 --- a/.github/pr-labeler/config.yml +++ b/.github/pr-labeler/config.yml @@ -1,2 +1,5 @@ feature: 'feat/*' -fix: fix/* \ No newline at end of file +fix: fix/* +chore: chore/* +performance: perf/* +docs: docs/*