From 0a36df24c84300aca5cc2e1abfe3b973a5d4e386 Mon Sep 17 00:00:00 2001 From: bnbong Date: Tue, 12 May 2026 14:35:59 +0900 Subject: [PATCH 1/2] [CHORE] fixing 'template' labeling at all PR --- .github/labeler.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 10f93cc..d5fcc9b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,14 +1,13 @@ enhancement: - - all: - - changed-files: - - any-glob-to-any-file: 'src/**/*' - - all-globs-to-all-files: - - '!src/fastapi_fastkit/fastapi_project_template/*' - - 'src/fastapi_fastkit/fastapi_project_template/README.md' + - changed-files: + - any-glob-to-any-file: + - 'src/**' + - all-globs-to-all-files: + - '!src/fastapi_fastkit/fastapi_project_template/**' template: - - all: - - changed-files: - - any-glob-to-any-file: - - 'src/fastapi_fastkit/fastapi_project_template/*' + - changed-files: + - any-glob-to-any-file: + - 'src/fastapi_fastkit/fastapi_project_template/**' + - all-globs-to-all-files: - '!src/fastapi_fastkit/fastapi_project_template/README.md' From 57ef2c8321e2031accd053cf089646329b770f31 Mon Sep 17 00:00:00 2001 From: bnbong Date: Tue, 12 May 2026 14:50:06 +0900 Subject: [PATCH 2/2] [CHORE] restore 'all' wrapper --- .github/labeler.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d5fcc9b..ddb25a6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,13 +1,15 @@ enhancement: - - changed-files: - - any-glob-to-any-file: - - 'src/**' - - all-globs-to-all-files: - - '!src/fastapi_fastkit/fastapi_project_template/**' + - all: + - changed-files: + - any-glob-to-any-file: + - 'src/**' + - all-globs-to-all-files: + - '!src/fastapi_fastkit/fastapi_project_template/**' template: - - changed-files: - - any-glob-to-any-file: - - 'src/fastapi_fastkit/fastapi_project_template/**' - - all-globs-to-all-files: - - '!src/fastapi_fastkit/fastapi_project_template/README.md' + - all: + - changed-files: + - any-glob-to-any-file: + - 'src/fastapi_fastkit/fastapi_project_template/**' + - all-globs-to-all-files: + - '!src/fastapi_fastkit/fastapi_project_template/README.md'