From e64ae8afa55dc68e104cb15b628f315ff307e449 Mon Sep 17 00:00:00 2001 From: Junya Okabe Date: Thu, 15 Feb 2024 00:11:46 +0900 Subject: [PATCH] update: labeler.yml --- .github/labeler.yml | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 2ddcaba..385fd5c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,17 +1,11 @@ test: - - "src/*.test.ts" - - "src/**/*.test.ts" - - "src/*.spec.ts" - - "src/**/*.spec.ts" + - changed-files: + - any-glob-to-any-file: + - + - "src/**/*.test.ts" + - "src/*.spec.ts" + - "src/**/*.spec.ts" documentation: - - "**/*.md" - - "**/*.txt" - -dependencies: - - "**/package.json" - - "**/yarn.lock" - -infrastructure: - - "**/Dockerfile" - - "**/compose.yml" + - changed-files: + - any-glob-to-any-file: ["**/*.md", "**/*.txt"]