diff --git a/.github/configs/pr-labeler.yml b/.github/configs/pr-labeler.yml index 5f0d708..0e6a823 100644 --- a/.github/configs/pr-labeler.yml +++ b/.github/configs/pr-labeler.yml @@ -1,4 +1,5 @@ feature: feature/* bugfix: bugfix/* hotfix: hotfix/* -documentation: ['documentation/*', 'setup/*'] \ No newline at end of file +refactor: refactor/* +documentation: ['documentation/*', 'setup/*']