From fcd8e6c0e29d4739023917ad313c4af2fd8aa503 Mon Sep 17 00:00:00 2001 From: zyoshoka Date: Fri, 8 Dec 2023 21:17:48 +0900 Subject: [PATCH] fix --- .github/labeler.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 4128e39281..a77f73706b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,34 +1,34 @@ 'packages/backend': - any: - changed-files: - - AnyGlobToAnyFile: ['packages/backend/**/*'] + - any-glob-to-any-file: ['packages/backend/**/*'] 'packages/backend:test': - any: - changed-files: - - AnyGlobToAnyFile: ['packages/backend/test/**/*'] + - any-glob-to-any-file: ['packages/backend/test/**/*'] 'packages/frontend': - any: - changed-files: - - AnyGlobToAnyFile: ['packages/frontend/**/*'] + - any-glob-to-any-file: ['packages/frontend/**/*'] 'packages/frontend:test': - any: - changed-files: - - AnyGlobToAnyFile: ['cypress/**/*'] + - any-glob-to-any-file: ['cypress/**/*'] 'packages/sw': - any: - changed-files: - - AnyGlobToAnyFile: ['packages/sw/**/*'] + - any-glob-to-any-file: ['packages/sw/**/*'] 'packages/misskey-js': - any: - changed-files: - - AnyGlobToAnyFile: ['packages/misskey-js/**/*'] + - any-glob-to-any-file: ['packages/misskey-js/**/*'] 'packages/misskey-js:test': - any: - changed-files: - - AnyGlobToAnyFile: ['packages/misskey-js/test/**/*', 'packages/misskey-js/test-d/**/*'] + - any-glob-to-any-file: ['packages/misskey-js/test/**/*', 'packages/misskey-js/test-d/**/*']