Sharkey/.github/labeler.yml

35 lines
762 B
YAML
Raw Normal View History

2023-04-19 05:08:56 +03:00
'packages/backend':
2023-12-08 13:16:15 +02:00
- any:
- changed-files:
- any-glob-to-any-file: ['packages/backend/**/*']
2023-04-19 07:34:45 +03:00
'packages/backend:test':
2023-12-08 13:16:15 +02:00
- any:
- changed-files:
- any-glob-to-any-file: ['packages/backend/test/**/*']
2023-04-19 07:34:45 +03:00
2023-04-19 05:08:56 +03:00
'packages/frontend':
2023-12-08 13:16:15 +02:00
- any:
- changed-files:
- any-glob-to-any-file: ['packages/frontend/**/*']
2023-04-19 07:34:45 +03:00
'packages/frontend:test':
2023-12-08 13:16:15 +02:00
- any:
- changed-files:
- any-glob-to-any-file: ['cypress/**/*']
2023-04-19 07:34:45 +03:00
2023-04-19 05:08:56 +03:00
'packages/sw':
2023-12-08 13:16:15 +02:00
- any:
- changed-files:
- any-glob-to-any-file: ['packages/sw/**/*']
2023-04-19 05:08:56 +03:00
'packages/misskey-js':
2023-12-08 13:16:15 +02:00
- any:
- changed-files:
- any-glob-to-any-file: ['packages/misskey-js/**/*']
2023-04-19 07:35:19 +03:00
'packages/misskey-js:test':
2023-12-08 13:16:15 +02:00
- any:
- changed-files:
- any-glob-to-any-file: ['packages/misskey-js/test/**/*', 'packages/misskey-js/test-d/**/*']