From 5d1697022291a3624da381c908b101f03f42e1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Mon, 3 Jan 2022 15:17:38 +0100 Subject: [PATCH] Merge pull request #11228 from PyTorchLightning/docs/strategies-code-owners Update CODEOWNERS for pl/strategies --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1e962cee2d..e56293e7c4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -32,6 +32,7 @@ /pytorch_lightning/plugins @tchaton @SeanNaren @awaelchli @justusschock /pytorch_lightning/profiler @williamfalcon @tchaton @borda @carmocca /pytorch_lightning/profiler/pytorch.py @nbcsm @guotuofeng +/pytorch_lightning/strategies @tchaton @SeanNaren @awaelchli @justusschock @kaushikb11 /pytorch_lightning/trainer @williamfalcon @borda @tchaton @SeanNaren @carmocca @awaelchli @justusschock @kaushikb11 /pytorch_lightning/trainer/connectors @tchaton @SeanNaren @carmocca @borda /pytorch_lightning/tuner @SkafteNicki @borda @awaelchli