mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-08-05 23:06:16 +00:00
fix labeler.yml
This commit is contained in:
+21
-21
@@ -1,34 +1,34 @@
|
||||
'packages/backend':
|
||||
- any:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: ['packages/backend/**/*']
|
||||
- any:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: [ 'packages/backend/**/*' ]
|
||||
|
||||
'packages/backend:test':
|
||||
- any:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: ['packages/backend/test/**/*']
|
||||
- any:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: [ 'packages/backend/test/**/*' ]
|
||||
|
||||
'packages/frontend':
|
||||
- any:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: ['packages/frontend/**/*']
|
||||
- any:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: [ 'packages/frontend/**/*' ]
|
||||
|
||||
'packages/frontend:test':
|
||||
- any:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: ['cypress/**/*']
|
||||
- any:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: [ 'cypress/**/*' ]
|
||||
|
||||
'packages/sw':
|
||||
- any:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: ['packages/sw/**/*']
|
||||
- any:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: [ 'packages/sw/**/*' ]
|
||||
|
||||
'packages/misskey-js':
|
||||
- any:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: ['packages/misskey-js/**/*']
|
||||
- any:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: [ 'packages/misskey-js/**/*' ]
|
||||
|
||||
'packages/misskey-js:test':
|
||||
- any:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: ['packages/misskey-js/test/**/*', 'packages/misskey-js/test-d/**/*']
|
||||
- any:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: [ 'packages/misskey-js/test/**/*', 'packages/misskey-js/test-d/**/*' ]
|
||||
|
||||
Reference in New Issue
Block a user