diff --git a/.github/pr_labeler.yml b/.github/pr_labeler.yml index 793e389ac7..81d6e8aa83 100644 --- a/.github/pr_labeler.yml +++ b/.github/pr_labeler.yml @@ -1,14 +1,14 @@ "component:api": - - any: ['awx/**/*', '!awx/ui/*'] + - any: ["awx/**/*", "!awx/ui/**"] "component:ui": - - any: ['awx/ui/**/*'] + - any: ["awx/ui/**/*"] "component:docs": - - any: ['docs/**/*'] + - any: ["docs/**/*"] "component:cli": - - any: ['awxkit/**/*'] + - any: ["awxkit/**/*"] "component:collection": - - any: ['awx_collection/**/*'] + - any: ["awx_collection/**/*"]