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
1 changed files with 7 additions and 7 deletions

14
.github/labeler.yml vendored
View File

@ -1,34 +1,34 @@
'packages/backend':
- any:
- changed-files:
- AnyGlobToAnyFile: ['packages/backend/**/*']
- any-glob-to-any-file: ['packages/backend/**/*']
'packages/backend:test':
- any:
- changed-files:
- AnyGlobToAnyFile: ['packages/backend/test/**/*']
- any-glob-to-any-file: ['packages/backend/test/**/*']
'packages/frontend':
- any:
- changed-files:
- AnyGlobToAnyFile: ['packages/frontend/**/*']
- any-glob-to-any-file: ['packages/frontend/**/*']
'packages/frontend:test':
- any:
- changed-files:
- AnyGlobToAnyFile: ['cypress/**/*']
- any-glob-to-any-file: ['cypress/**/*']
'packages/sw':
- any:
- changed-files:
- AnyGlobToAnyFile: ['packages/sw/**/*']
- any-glob-to-any-file: ['packages/sw/**/*']
'packages/misskey-js':
- any:
- changed-files:
- AnyGlobToAnyFile: ['packages/misskey-js/**/*']
- any-glob-to-any-file: ['packages/misskey-js/**/*']
'packages/misskey-js:test':
- any:
- 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/**/*']