chore: labelerが治っていなかったのを修正 (#12610)
* fix ci
* fix
* fix labeler.yml
* Revert "fix labeler.yml"
This reverts commit 9b6a7d02cd
.
---------
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':
|
'packages/backend':
|
||||||
- any:
|
- any:
|
||||||
- changed-files: ['packages/backend/**/*']
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: ['packages/backend/**/*']
|
||||||
|
|
||||||
'packages/backend:test':
|
'packages/backend:test':
|
||||||
- any:
|
- any:
|
||||||
- changed-files: ['packages/backend/test/**/*']
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: ['packages/backend/test/**/*']
|
||||||
|
|
||||||
'packages/frontend':
|
'packages/frontend':
|
||||||
- any:
|
- any:
|
||||||
- changed-files: ['packages/frontend/**/*']
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: ['packages/frontend/**/*']
|
||||||
|
|
||||||
'packages/frontend:test':
|
'packages/frontend:test':
|
||||||
- any:
|
- any:
|
||||||
- changed-files: ['cypress/**/*']
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: ['cypress/**/*']
|
||||||
|
|
||||||
'packages/sw':
|
'packages/sw':
|
||||||
- any:
|
- any:
|
||||||
- changed-files: ['packages/sw/**/*']
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: ['packages/sw/**/*']
|
||||||
|
|
||||||
'packages/misskey-js':
|
'packages/misskey-js':
|
||||||
- any:
|
- any:
|
||||||
- changed-files: ['packages/misskey-js/**/*']
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: ['packages/misskey-js/**/*']
|
||||||
|
|
||||||
'packages/misskey-js:test':
|
'packages/misskey-js:test':
|
||||||
- any:
|
- 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