egirlskey/.github/labeler.yml

35 lines
762 B
YAML
Raw Normal View History

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