Files
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

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'