mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 14:23:08 +02:00
chore: fix labeler's config (#12609)
This commit is contained in:
parent
ab5d2eca1f
commit
d10048edac
1 changed files with 14 additions and 8 deletions
22
.github/labeler.yml
vendored
22
.github/labeler.yml
vendored
|
@ -1,21 +1,27 @@
|
||||||
'packages/backend':
|
'packages/backend':
|
||||||
- packages/backend/**/*
|
- any:
|
||||||
|
- changed-files: ['packages/backend/**/*']
|
||||||
|
|
||||||
'packages/backend:test':
|
'packages/backend:test':
|
||||||
- packages/backend/test/**/*
|
- any:
|
||||||
|
- changed-files: ['packages/backend/test/**/*']
|
||||||
|
|
||||||
'packages/frontend':
|
'packages/frontend':
|
||||||
- packages/frontend/**/*
|
- any:
|
||||||
|
- changed-files: ['packages/frontend/**/*']
|
||||||
|
|
||||||
'packages/frontend:test':
|
'packages/frontend:test':
|
||||||
- cypress/**/*
|
- any:
|
||||||
|
- changed-files: ['cypress/**/*']
|
||||||
|
|
||||||
'packages/sw':
|
'packages/sw':
|
||||||
- packages/sw/**/*
|
- any:
|
||||||
|
- changed-files: ['packages/sw/**/*']
|
||||||
|
|
||||||
'packages/misskey-js':
|
'packages/misskey-js':
|
||||||
- packages/misskey-js/**/*
|
- any:
|
||||||
|
- changed-files: ['packages/misskey-js/**/*']
|
||||||
|
|
||||||
'packages/misskey-js:test':
|
'packages/misskey-js:test':
|
||||||
- packages/misskey-js/test/**/*
|
- any:
|
||||||
- packages/misskey-js/test-d/**/*
|
- changed-files: ['packages/misskey-js/test/**/*', 'packages/misskey-js/test-d/**/*']
|
||||||
|
|
Loading…
Reference in a new issue