Skip to content

Commit a7d288c

Browse files
carmoccaBordaawaelchlimergify[bot]edenlightning
committed
Update CODEOWNERS (#5561)
* Update CODEOWNERS * Update CODEOWNERS * Apply suggestions from code review Co-authored-by: Adrian Wälchli <[email protected]> * Apply suggestions from code review Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Adrian Wälchli <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: edenlightning <[email protected]>
1 parent d1200af commit a7d288c

File tree

1 file changed

+40
-39
lines changed

1 file changed

+40
-39
lines changed

.github/CODEOWNERS

+40-39
Original file line numberDiff line numberDiff line change
@@ -5,48 +5,49 @@
55
# the repo. Unless a later match takes precedence,
66
# @global-owner1 and @global-owner2 will be requested for
77
# review when someone opens a pull request.
8-
* @williamfalcon @borda @tchaton @SeanNaren @awaelchli @justusschock
8+
* @williamfalcon @borda @tchaton @SeanNaren @carmocca @awaelchli @justusschock
99

10-
# Metrics
11-
/pytorch_lightning/metrics/ @teddykoker @ananyahjha93 @justusschock
12-
/tests/metrics/ @teddykoker @ananyahjha93 @justusschock
13-
/docs/source/metrics.rst @teddykoker @ananyahjha93 @justusschock
10+
/.github/CODEOWNERS @williamfalcon
11+
/README.md @williamfalcon @edenlightning @borda
12+
/setup.py @williamfalcon @borda
1413

15-
# API
16-
/pytorch_lightning/callbacks/base.py @williamfalcon
17-
/pytorch_lightning/core/datamodule.py @williamfalcon
18-
/pytorch_lightning/trainer/trainer.py @williamfalcon @tchaton
19-
/pytorch_lightning/core/hooks.py @williamfalcon
20-
/pytorch_lightning/core/lightning.py @williamfalcon @tchaton
21-
/pytorch_lightning/core/optimizer.py @tchaton
22-
/pytorch_lightning/trainer/training_loop.py @tchaton @SeanNaren
23-
/pytorch_lightning/trainer/evaluation_loop.py @tchaton @SeanNaren
24-
25-
# Connectors
26-
/pytorch_lightning/trainer/connectors/ @tchaton @SeanNaren
27-
28-
# accelerators
29-
/pytorch_lightning/accelerators/ @williamfalcon @tchaton @SeanNaren @awaelchli @justusschock
30-
31-
# owners
32-
/.github/CODEOWNERS @williamfalcon
33-
# main
34-
/README.md @williamfalcon @edenlightning
35-
# installation
36-
/setup.py @borda @williamfalcon
37-
38-
# CI/CD
39-
/.github/workflows/ @borda @tchaton
40-
/.github/*.py @borda @tchaton
41-
/dockers/ @borda @tchaton
42-
# configs in root
43-
/*.yml @borda @tchaton
14+
# CI/CD and configs
15+
/.github/ @borda @tchaton
16+
/dockers/ @borda @tchaton
17+
*.yml @borda @tchaton
4418

4519
# Docs
46-
/docs/ @edenlightning @tchaton @borda @awaelchli
47-
/.github/*.md @edenlightning @williamfalcon @borda
48-
/.github/ISSUE_TEMPLATE/*.md @edenlightning @borda @tchaton
49-
/docs/source/conf.py @borda @awaelchli
20+
/docs/ @edenlightning @tchaton @borda @awaelchli
21+
/.github/*.md @edenlightning @williamfalcon @borda
22+
/.github/ISSUE_TEMPLATE/ @edenlightning @borda @tchaton
23+
/docs/source/conf.py @borda @awaelchli
24+
25+
# Packages
26+
/pytorch_lightning/accelerators @williamfalcon @tchaton @SeanNaren @awaelchli @justusschock
27+
/pytorch_lightning/callbacks @williamfalcon @tchaton @carmocca @borda
28+
/pytorch_lightning/cluster_environments @borda @tchaton @SeanNaren @carmocca
29+
/pytorch_lightning/core @tchaton @SeanNaren @borda @carmocca @justusschock
30+
/pytorch_lightning/distributed @williamfalcon @tchaton @awaelchli
31+
/pytorch_lightning/loggers @tchaton @awaelchli @borda
32+
/pytorch_lightning/overrides @tchaton @SeanNaren @borda
33+
/pytorch_lightning/plugins @tchaton @SeanNaren @awaelchli @justusschock
34+
/pytorch_lightning/profiler @williamfalcon @tchaton @borda
35+
/pytorch_lightning/trainer @williamfalcon @borda @tchaton @SeanNaren @carmocca @awaelchli @justusschock
36+
/pytorch_lightning/trainer/connectors @tchaton @SeanNaren @carmocca @borda
37+
/pytorch_lightning/tuner @SkafteNicki @borda @awaelchli
38+
/pytorch_lightning/utilities @borda @tchaton @SeanNaren @carmocca
39+
40+
# Metrics
41+
/pytorch_lightning/metrics/ @teddykoker @ananyahjha93 @justusschock
42+
/tests/metrics/ @teddykoker @ananyahjha93 @justusschock
43+
/docs/source/metrics.rst @teddykoker @ananyahjha93 @justusschock
44+
45+
# API
46+
/pytorch_lightning/callbacks/base.py @williamfalcon
47+
/pytorch_lightning/core/datamodule.py @williamFalcon
48+
/pytorch_lightning/trainer/trainer.py @williamfalcon @tchaton
49+
/pytorch_lightning/core/hooks.py @williamfalcon
50+
/pytorch_lightning/core/lightning.py @williamfalcon @tchaton
5051

5152
# Testing
52-
/tests/base/boring_model.py @williamfalcon
53+
/tests/base/boring_model.py @williamfalcon @tchaton @borda

0 commit comments

Comments
 (0)