lightning/.github/labeler.yml

32 lines
651 B
YAML
Raw Normal View History

app:
- 'src/lightning/app/**'
- "src/lightning_app/*"
2023-01-25 12:14:42 +00:00
- 'tests/tests_app/**'
- 'tests/integrations_app/**'
- 'tests/integrations_app_examples/**'
- 'examples/app_*/**'
- 'docs/source-app/**'
- 'requirements/app/**'
pl:
2023-01-25 12:14:42 +00:00
- 'src/pytorch_lightning/**'
- 'tests/tests_pytorch/**'
- 'tests/legacy/**'
- 'examples/pl_*/**'
- 'docs/source-pytorch/**'
- 'requirements/pytorch/**'
fabric:
- 'src/lightning_fabric/**'
- 'tests/tests_fabric/**'
- 'examples/fabric/**'
- 'docs/source-fabric/**'
- 'requirements/fabric/**'
ci:
- '.actions/**'
- '.azure/**'
- '.github/**'
- 'dockers/**'
- '.pre-commit-config.yml'