From 7ca038b83f9d326b03944e8ffb308f22d0ea241e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Fri, 10 Sep 2021 19:05:31 +0200 Subject: [PATCH] Merge pull request #9438 from PyTorchLightning/feature/neptune-code-owners add neptune staff as code owners for neptune.py --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c25ffb40cb..3be5e1026f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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