diff --git a/.github/pr-labeler/config.yml b/.github/pr-labeler/config.yml index b0bc81ad..be5541fc 100644 --- a/.github/pr-labeler/config.yml +++ b/.github/pr-labeler/config.yml @@ -1,2 +1,4 @@ feature: 'feat/*' -fix: fix/* \ No newline at end of file +fix: fix/* +chore: chore/* +performance: perf/* \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e05e267..fa6653d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,14 @@ jobs: { "title": "## Fixes", "labels": ["fix"] + }, + { + "title": "## Performance", + "labels": ["performance"] + }, + { + "title": "## Chores", + "labels": ["chore"] } ] }