From 10b929bbfb288b5214f5a8998043b9dbf44cd2f4 Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Tue, 29 Jun 2021 09:46:52 -0700 Subject: [PATCH] Make Jeff and Jithun .circleci/docker code owners (#60958) Summary: Following up on https://github.com/pytorch/pytorch/pull/60658#issuecomment-870681027. Pull Request resolved: https://github.com/pytorch/pytorch/pull/60958 Reviewed By: 1ntEgr8 Differential Revision: D29460721 Pulled By: samestep fbshipit-source-id: 74badff6c4a17b3ff48dc2fc27d1faa9edeae097 --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 5a6aa2e17e3..4e68bddfe5e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -35,3 +35,6 @@ /torch/csrc/jit/passes/onnx/ @bowenbao @neginraoof @shubhambhokare1 /torch/onnx/ @bowenbao @neginraoof @shubhambhokare1 /test/onnx/ @bowenbao @neginraoof @shubhambhokare1 + +# Docker +/.circleci/docker/ @jeffdaily @jithunnair-amd