chore: labelerが治っていなかったのを修正 (#12610)
* fix ci * fix * fix labeler.yml * Revert "fix labeler.yml" This reverts commit 9b6a7d02cdd65ab9ad14c666c6ebe4eadeabeadc. --------- Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com>
This commit is contained in:
parent
2c6fc0ba63
commit
6c1f839cbe
|
@ -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/**/*']
|
||||
|
|
Loading…
Reference in New Issue