mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-22 13:16:57 +01:00
fix labeler.yml
This commit is contained in:
parent
fcd8e6c0e2
commit
9b6a7d02cd
1 changed files with 21 additions and 21 deletions
42
.github/labeler.yml
vendored
42
.github/labeler.yml
vendored
|
@ -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/**/*' ]
|
||||
|
|
Loading…
Reference in a new issue