From dce3c5494fd0ef1203b27a7f8efc513a853d6da9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 02:15:14 +0000 Subject: [PATCH 1/3] chore(deps): update actions/labeler action to v5 --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index d53b925..1a42a43 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -11,4 +11,4 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 From e64ae8afa55dc68e104cb15b628f315ff307e449 Mon Sep 17 00:00:00 2001 From: Junya Okabe Date: Thu, 15 Feb 2024 00:11:46 +0900 Subject: [PATCH 2/3] 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"] From 7fb9d183c8d96d743688d5068d0131973a959f0f Mon Sep 17 00:00:00 2001 From: Junya Okabe Date: Thu, 15 Feb 2024 00:13:34 +0900 Subject: [PATCH 3/3] fix: bug --- .github/labeler.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 385fd5c..15e1aa8 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,7 +1,6 @@ test: - changed-files: - any-glob-to-any-file: - - - "src/**/*.test.ts" - "src/*.spec.ts" - "src/**/*.spec.ts"