This commit is contained in:
zyoshoka 2023-12-08 21:17:48 +09:00
parent b4aadf163b
commit fcd8e6c0e2
No known key found for this signature in database
GPG key ID: 0C2CB8FBA309A5B8

14
.github/labeler.yml vendored
View file

@ -1,34 +1,34 @@
'packages/backend': 'packages/backend':
- any: - any:
- changed-files: - changed-files:
- AnyGlobToAnyFile: ['packages/backend/**/*'] - any-glob-to-any-file: ['packages/backend/**/*']
'packages/backend:test': 'packages/backend:test':
- any: - any:
- changed-files: - changed-files:
- AnyGlobToAnyFile: ['packages/backend/test/**/*'] - any-glob-to-any-file: ['packages/backend/test/**/*']
'packages/frontend': 'packages/frontend':
- any: - any:
- changed-files: - changed-files:
- AnyGlobToAnyFile: ['packages/frontend/**/*'] - any-glob-to-any-file: ['packages/frontend/**/*']
'packages/frontend:test': 'packages/frontend:test':
- any: - any:
- changed-files: - changed-files:
- AnyGlobToAnyFile: ['cypress/**/*'] - any-glob-to-any-file: ['cypress/**/*']
'packages/sw': 'packages/sw':
- any: - any:
- changed-files: - changed-files:
- AnyGlobToAnyFile: ['packages/sw/**/*'] - any-glob-to-any-file: ['packages/sw/**/*']
'packages/misskey-js': 'packages/misskey-js':
- any: - any:
- changed-files: - changed-files:
- AnyGlobToAnyFile: ['packages/misskey-js/**/*'] - any-glob-to-any-file: ['packages/misskey-js/**/*']
'packages/misskey-js:test': 'packages/misskey-js:test':
- any: - any:
- changed-files: - changed-files:
- AnyGlobToAnyFile: ['packages/misskey-js/test/**/*', 'packages/misskey-js/test-d/**/*'] - any-glob-to-any-file: ['packages/misskey-js/test/**/*', 'packages/misskey-js/test-d/**/*']