Update CODEOWNERS (#17322)
This commit is contained in:
parent
d9bddca58e
commit
ca27a147db
|
@ -8,26 +8,26 @@
|
|||
* @lantiga @borda @tchaton @awaelchli
|
||||
|
||||
# CI/CD and configs
|
||||
/.actions/ @borda @carmocca @akihironitta
|
||||
/.github/ @borda @carmocca @akihironitta
|
||||
/.azure/ @borda @carmocca @akihironitta
|
||||
/dockers/ @borda @carmocca @akihironitta
|
||||
*.yml @borda @carmocca @akihironitta
|
||||
/.actions/ @borda @carmocca
|
||||
/.github/ @borda @carmocca
|
||||
/.azure/ @borda @carmocca
|
||||
/dockers/ @borda @carmocca
|
||||
*.yml @borda @carmocca
|
||||
|
||||
# Docs
|
||||
/docs/ @edenlightning @lantiga @borda @awaelchli @RobertLaurella
|
||||
/docs/ @edenlightning @lantiga @borda @awaelchli
|
||||
/.github/*.md @edenlightning @williamfalcon @lantiga @borda
|
||||
/.github/ISSUE_TEMPLATE/ @edenlightning @borda @tchaton @awaelchli
|
||||
/docs/source-fabric/conf.py @borda @awaelchli @carmocca
|
||||
/docs/source-fabric/index.rst @awaelchli @lantiga @carmocca
|
||||
/docs/source-pytorch/conf.py @borda @awaelchli @carmocca
|
||||
/docs/source-pytorch/index.rst @williamfalcon @lantiga
|
||||
/docs/source-pytorch/levels @williamfalcon @RobertLaurella
|
||||
/docs/source-pytorch/expertise_levels @williamfalcon @RobertLaurella
|
||||
/docs/source-app/ @williamfalcon @RobertLaurella @tchaton @awaelchli
|
||||
/docs/source-pytorch/levels @williamfalcon
|
||||
/docs/source-pytorch/expertise_levels @williamfalcon
|
||||
/docs/source-app/ @williamfalcon @tchaton @awaelchli
|
||||
/docs/source-app/conf.py @borda @awaelchli @carmocca
|
||||
/docs/source-app/index.rst @williamfalcon @lantiga
|
||||
/docs/source-app/expertise_levels @williamfalcon @RobertLaurella
|
||||
/docs/source-app/expertise_levels @williamfalcon
|
||||
|
||||
# PyTorch Lightning
|
||||
/src/lightning/pytorch @williamfalcon @awaelchli @carmocca @justusschock
|
||||
|
@ -47,11 +47,11 @@
|
|||
/tests/tests_fabric @awaelchli @carmocca @justusschock
|
||||
|
||||
# Lightning App
|
||||
/src/lightning/app @tchaton @lantiga @awaelchli @hhsecond @ethanwharris
|
||||
/src/lightning_app @tchaton @lantiga @awaelchli @hhsecond @ethanwharris
|
||||
/tests/tests_app @tchaton @lantiga @awaelchli @hhsecond @ethanwharris
|
||||
/tests/integrations_app @tchaton @lantiga @awaelchli @hhsecond @ethanwharris
|
||||
/examples/app_* @tchaton @lantiga @awaelchli @hhsecond @ethanwharris
|
||||
/src/lightning/app @tchaton @lantiga @awaelchli @ethanwharris
|
||||
/src/lightning_app @tchaton @lantiga @awaelchli @ethanwharris
|
||||
/tests/tests_app @tchaton @lantiga @awaelchli @ethanwharris
|
||||
/tests/integrations_app @tchaton @lantiga @awaelchli @ethanwharris
|
||||
/examples/app_* @tchaton @lantiga @awaelchli @ethanwharris
|
||||
|
||||
/.github/CODEOWNERS @williamfalcon
|
||||
/SECURITY.md @williamfalcon @lantiga
|
||||
|
|
|
@ -26,7 +26,6 @@ Maintainers
|
|||
|
||||
Emeritus Maintainers
|
||||
--------------------
|
||||
- Akihiro Nitta (`akihironitta <https://github.com/akihironitta>`_)
|
||||
- Ethan Harris (`ethanwharris <https://github.com/ethanwharris>`_) (Torchbearer founder)
|
||||
- Nicki Skafte (`SkafteNicki <https://github.com/SkafteNicki>`_)
|
||||
- Thomas Chaton (`tchaton <https://github.com/tchaton>`_)
|
||||
|
@ -34,6 +33,7 @@ Emeritus Maintainers
|
|||
|
||||
Alumni
|
||||
------
|
||||
- Akihiro Nitta (`akihironitta <https://github.com/akihironitta>`_)
|
||||
- Ananth Subramaniam (`ananthsub <https://github.com/ananthsub>`_)
|
||||
- Danielle Pintz (`daniellepintz <https://github.com/daniellepintz>`_)
|
||||
- Jeff Ling (`jeffling <https://github.com/jeffling>`_)
|
||||
|
|
Loading…
Reference in New Issue