Skip to content

Commit 90b87dd

Browse files
Bordatchaton
andauthored
update codeowners (#4881)
* update codeowners * install * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: chaton <[email protected]> * . * Update .github/CODEOWNERS Co-authored-by: chaton <[email protected]>
1 parent 0b653b8 commit 90b87dd

File tree

1 file changed

+32
-10
lines changed

1 file changed

+32
-10
lines changed

.github/CODEOWNERS

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,45 @@
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 @teddykoker @awaelchli @nateraw @justusschock @tchaton @SeanNaren @ananyahjha93
8+
* @williamfalcon @borda @tchaton @SeanNaren @awaelchli @justusschock
99

1010
# Metrics
11-
/pytorch_lightning/metrics/* @teddykoker @ananyahjha93 @justusschock
12-
/tests/metrics/* @teddykoker @ananyahjha93 @justusschock
11+
/pytorch_lightning/metrics/ @teddykoker @ananyahjha93 @justusschock
12+
/tests/metrics/ @teddykoker @ananyahjha93 @justusschock
1313
/docs/source/metrics.rst @teddykoker @ananyahjha93 @justusschock
1414

1515
# API
16-
/pytorch_lightning/callbacks/base.py @williamfalcon
17-
/pytorch_lightning/core/datamodule.py @williamfalcon
18-
/pytorch_lightning/trainer/trainer.py @williamfalcon
19-
/pytorch_lightning/core/hooks.py @williamfalcon
20-
/pytorch_lightning/core/lightning.py @williamfalcon
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
2124

25+
# Connectors
26+
/pytorch_lightning/trainer/connectors/ @tchaton @SeanNaren
2227

2328
# accelerators
24-
/pytorch_lightning/accelerators/* @williamfalcon
29+
/pytorch_lightning/accelerators/ @williamfalcon @tchaton @SeanNaren @awaelchli @justusschock
2530

2631
# owners
27-
/pytorch_lightning/.github/CODEOWNERS @williamfalcon
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
44+
45+
# 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

0 commit comments

Comments
 (0)