From 9b6a7d02cdd65ab9ad14c666c6ebe4eadeabeadc Mon Sep 17 00:00:00 2001 From: samunohito <46447427+samunohito@users.noreply.github.com> Date: Sat, 9 Dec 2023 09:43:48 +0900 Subject: [PATCH] fix labeler.yml --- .github/labeler.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index a77f73706b..d423c6bc01 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,34 +1,34 @@ 'packages/backend': -- any: - - changed-files: - - any-glob-to-any-file: ['packages/backend/**/*'] + - any: + - changed-files: + - any-glob-to-any-file: [ 'packages/backend/**/*' ] 'packages/backend:test': -- any: - - changed-files: - - any-glob-to-any-file: ['packages/backend/test/**/*'] + - any: + - changed-files: + - any-glob-to-any-file: [ 'packages/backend/test/**/*' ] 'packages/frontend': -- any: - - changed-files: - - any-glob-to-any-file: ['packages/frontend/**/*'] + - any: + - changed-files: + - any-glob-to-any-file: [ 'packages/frontend/**/*' ] 'packages/frontend:test': -- any: - - changed-files: - - any-glob-to-any-file: ['cypress/**/*'] + - any: + - changed-files: + - any-glob-to-any-file: [ 'cypress/**/*' ] 'packages/sw': -- any: - - changed-files: - - any-glob-to-any-file: ['packages/sw/**/*'] + - any: + - changed-files: + - any-glob-to-any-file: [ 'packages/sw/**/*' ] 'packages/misskey-js': -- any: - - changed-files: - - any-glob-to-any-file: ['packages/misskey-js/**/*'] + - any: + - changed-files: + - any-glob-to-any-file: [ 'packages/misskey-js/**/*' ] 'packages/misskey-js:test': -- any: - - changed-files: - - any-glob-to-any-file: ['packages/misskey-js/test/**/*', 'packages/misskey-js/test-d/**/*'] + - any: + - changed-files: + - any-glob-to-any-file: [ 'packages/misskey-js/test/**/*', 'packages/misskey-js/test-d/**/*' ]