|
1 | 1 | app:
|
2 |
| - - "src/lightning/app/**" |
3 |
| - - "src/lightning_app/*" |
4 |
| - - "tests/tests_app/**" |
5 |
| - - "tests/integrations_app/**" |
6 |
| - - "tests/integrations_app_examples/**" |
7 |
| - - "examples/app/**" |
8 |
| - - "docs/source-app/**" |
9 |
| - - "requirements/app/**" |
| 2 | + - changed-files: |
| 3 | + - any-glob-to-any-file: |
| 4 | + - "src/lightning/app/**" |
| 5 | + - "src/lightning_app/*" |
| 6 | + - "tests/tests_app/**" |
| 7 | + - "tests/integrations_app/**" |
| 8 | + - "tests/integrations_app_examples/**" |
| 9 | + - "examples/app/**" |
| 10 | + - "docs/source-app/**" |
| 11 | + - "requirements/app/**" |
10 | 12 |
|
11 | 13 | data:
|
12 |
| - - "src/lightning/data/**" |
13 |
| - - "tests/tests_data/**" |
14 |
| - - "requirements/data/**" |
| 14 | + - changed-files: |
| 15 | + - any-glob-to-any-file: |
| 16 | + - "src/lightning/data/**" |
| 17 | + - "tests/tests_data/**" |
| 18 | + - "requirements/data/**" |
15 | 19 |
|
16 | 20 | store:
|
17 |
| - - "src/lightning/store/**" |
18 |
| - - "tests/tests_store/**" |
19 |
| - - "requirements/store/**" |
| 21 | + - changed-files: |
| 22 | + - any-glob-to-any-file: |
| 23 | + - "src/lightning/store/**" |
| 24 | + - "tests/tests_store/**" |
| 25 | + - "requirements/store/**" |
20 | 26 |
|
21 | 27 | pl:
|
22 |
| - - "src/lightning/pytorch/**" |
23 |
| - - "src/pytorch_lightning/*" |
24 |
| - - "tests/tests_pytorch/**" |
25 |
| - - "tests/legacy/**" |
26 |
| - - "examples/pytorch/**" |
27 |
| - - "docs/source-pytorch/**" |
28 |
| - - "requirements/pytorch/**" |
| 28 | + - changed-files: |
| 29 | + - any-glob-to-any-file: |
| 30 | + - "src/lightning/pytorch/**" |
| 31 | + - "src/pytorch_lightning/*" |
| 32 | + - "tests/tests_pytorch/**" |
| 33 | + - "tests/legacy/**" |
| 34 | + - "examples/pytorch/**" |
| 35 | + - "docs/source-pytorch/**" |
| 36 | + - "requirements/pytorch/**" |
29 | 37 |
|
30 | 38 | fabric:
|
31 |
| - - "src/lightning/fabric/**" |
32 |
| - - "src/lightning_fabric/*" |
33 |
| - - "tests/tests_fabric/**" |
34 |
| - - "examples/fabric/**" |
35 |
| - - "docs/source-fabric/**" |
36 |
| - - "requirements/fabric/**" |
| 39 | + - changed-files: |
| 40 | + - any-glob-to-any-file: |
| 41 | + - "src/lightning/fabric/**" |
| 42 | + - "src/lightning_fabric/*" |
| 43 | + - "tests/tests_fabric/**" |
| 44 | + - "examples/fabric/**" |
| 45 | + - "docs/source-fabric/**" |
| 46 | + - "requirements/fabric/**" |
37 | 47 |
|
38 | 48 | ci:
|
39 |
| - - ".actions/**" |
40 |
| - - ".azure/**" |
41 |
| - - ".github/**" |
42 |
| - - "dockers/**" |
43 |
| - - ".pre-commit-config.yml" |
| 49 | + - changed-files: |
| 50 | + - any-glob-to-any-file: |
| 51 | + - ".actions/**" |
| 52 | + - ".azure/**" |
| 53 | + - ".github/**" |
| 54 | + - "dockers/**" |
| 55 | + - ".pre-commit-config.yml" |
44 | 56 |
|
45 | 57 | docs:
|
46 |
| - - ".github/workflows/docs-build.yml" |
47 |
| - - "docs/**" |
48 |
| - - "requirements/docs.txt" |
49 |
| - - "requirements/*/docs.txt" |
| 58 | + - changed-files: |
| 59 | + - any-glob-to-any-file: |
| 60 | + - ".github/workflows/docs-build.yml" |
| 61 | + - "docs/**" |
| 62 | + - "requirements/docs.txt" |
| 63 | + - "requirements/*/docs.txt" |
50 | 64 |
|
51 | 65 | package:
|
52 |
| - - ".github/workflows/ci-pkg-install.yml" |
53 |
| - - "setup.py" |
54 |
| - - "pyproject.toml" |
55 |
| - - "src/version.info" |
56 |
| - - "src/lightning/*/__setup__.py" |
57 |
| - - "src/lightning/*/__version__.py" |
58 |
| - - "src/lightning_app/*" |
59 |
| - - "src/lightning_fabric/*" |
60 |
| - - "src/pytorch_lightning/*" |
| 66 | + - changed-files: |
| 67 | + - any-glob-to-any-file: |
| 68 | + - ".github/workflows/ci-pkg-install.yml" |
| 69 | + - "setup.py" |
| 70 | + - "pyproject.toml" |
| 71 | + - "src/version.info" |
| 72 | + - "src/lightning/*/__setup__.py" |
| 73 | + - "src/lightning/*/__version__.py" |
| 74 | + - "src/lightning_app/*" |
| 75 | + - "src/lightning_fabric/*" |
| 76 | + - "src/pytorch_lightning/*" |
61 | 77 |
|
62 | 78 | dockers:
|
63 |
| - - "dockers/**" |
64 |
| - - ".github/workflows/docker-build.yml" |
| 79 | + - changed-files: |
| 80 | + - any-glob-to-any-file: |
| 81 | + - "dockers/**" |
| 82 | + - ".github/workflows/docker-build.yml" |
65 | 83 |
|
66 | 84 | dependencies:
|
67 |
| - - "requirements.txt" |
68 |
| - - "requirements/**" |
| 85 | + - changed-files: |
| 86 | + - any-glob-to-any-file: |
| 87 | + - "requirements.txt" |
| 88 | + - "requirements/**" |
| 89 | + |
| 90 | +release: |
| 91 | + - base-branch: "release/*" |
0 commit comments