Merge pull request #9438 from PyTorchLightning/feature/neptune-code-owners

add neptune staff as code owners for neptune.py
This commit is contained in:
Adrian Wälchli 2021-09-10 19:05:31 +02:00 committed by GitHub
parent ee3787216a
commit 7ca038b83f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.github/CODEOWNERS vendored
View File

@ -25,6 +25,7 @@
/pytorch_lightning/distributed @williamfalcon @tchaton @awaelchli @kaushikb11
/pytorch_lightning/loggers @tchaton @awaelchli @borda
/pytorch_lightning/loggers/wandb.py @borisdayma
/pytorch_lightning/loggers/neptune.py @shnela @HubertJaworski @pkasprzyk @pitercl @Raalsky @aniezurawski @kamil-kaczmarek
/pytorch_lightning/loops @tchaton @awaelchli @justusschock @carmocca
/pytorch_lightning/overrides @tchaton @SeanNaren @borda
/pytorch_lightning/plugins @tchaton @SeanNaren @awaelchli @justusschock