From 6c1f839cbe1506f2e72bd606c1b96153555d21f4 Mon Sep 17 00:00:00 2001 From: zyoshoka <107108195+zyoshoka@users.noreply.github.com> Date: Sat, 9 Dec 2023 09:54:43 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20labeler=E3=81=8C=E6=B2=BB=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=81=AA=E3=81=8B=E3=81=A3=E3=81=9F=E3=81=AE?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3=20(#12610)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix ci * fix * fix labeler.yml * Revert "fix labeler.yml" This reverts commit 9b6a7d02cdd65ab9ad14c666c6ebe4eadeabeadc. --------- Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com> --- .github/labeler.yml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ae0ca1704e..a77f73706b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,27 +1,34 @@ 'packages/backend': - any: - - changed-files: ['packages/backend/**/*'] + - changed-files: + - any-glob-to-any-file: ['packages/backend/**/*'] 'packages/backend:test': - any: - - changed-files: ['packages/backend/test/**/*'] + - changed-files: + - any-glob-to-any-file: ['packages/backend/test/**/*'] 'packages/frontend': - any: - - changed-files: ['packages/frontend/**/*'] + - changed-files: + - any-glob-to-any-file: ['packages/frontend/**/*'] 'packages/frontend:test': - any: - - changed-files: ['cypress/**/*'] + - changed-files: + - any-glob-to-any-file: ['cypress/**/*'] 'packages/sw': - any: - - changed-files: ['packages/sw/**/*'] + - changed-files: + - any-glob-to-any-file: ['packages/sw/**/*'] 'packages/misskey-js': - any: - - changed-files: ['packages/misskey-js/**/*'] + - changed-files: + - any-glob-to-any-file: ['packages/misskey-js/**/*'] 'packages/misskey-js:test': - any: - - changed-files: ['packages/misskey-js/test/**/*', 'packages/misskey-js/test-d/**/*'] + - changed-files: + - any-glob-to-any-file: ['packages/misskey-js/test/**/*', 'packages/misskey-js/test-d/**/*']