From 8a493a0f1f048cc7519c3f7c54c11d53a695633c Mon Sep 17 00:00:00 2001 From: Seokho Son Date: Fri, 5 Jan 2024 15:53:44 +0900 Subject: [PATCH] Fix labeler.yml configuration --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 23b97a71..cc7f9530 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,7 +1,7 @@ documentation: - changed-files: - - any-glob-to-any-file: *.md + - any-glob-to-any-file: '*.md' api: - changed-files: - - any-glob-to-any-file: src/api/* + - any-glob-to-any-file: 'src/api/*'