16 lines
358 B
YAML
16 lines
358 B
YAML
':tea: Detox':
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'detox/**/*'
|
|
|
|
':test_tube: Tests':
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['__tests__/**/*', '/**/__tests__/**/*']
|
|
|
|
':toolbox: Infra':
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['.github/**/*', '.circleci/**/*']
|
|
|
|
':books: Documentation':
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'README.md'
|