Skip to content

Commit 665c94c

Browse files
authored
ci: update labeler config for v5 (#19151)
1 parent 1e3b0e7 commit 665c94c

File tree

1 file changed

+72
-49
lines changed

1 file changed

+72
-49
lines changed

.github/label-change.yml

Lines changed: 72 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,91 @@
11
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/**"
1012

1113
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/**"
1519

1620
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/**"
2026

2127
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/**"
2937

3038
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/**"
3747

3848
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"
4456

4557
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"
5064

5165
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/*"
6177

6278
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"
6583

6684
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

Comments
 (0)