lightning/.github/labeler.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

34 lines
711 B
YAML
Raw Normal View History

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