From 711fa704fb236ba6aa231b766c82b8f7a8b0b7fd Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Fri, 16 Aug 2024 00:11:20 -0400 Subject: [PATCH] Update pr-labeler.yml --- .github/configs/pr-labeler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/*']