-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: labelerが治っていなかったのを修正 (#12610)
* fix ci * fix * fix labeler.yml * Revert "fix labeler.yml" This reverts commit 9b6a7d0. --------- Co-authored-by: samunohito <[email protected]>
- Loading branch information
1 parent
2c6fc0b
commit 6c1f839
Showing
1 changed file
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/**/*'] |