From 7e9e1c7a9fe78ad622a4f585dd8d1f4083129ef3 Mon Sep 17 00:00:00 2001 From: Will Feng Date: Thu, 17 Jan 2019 12:18:15 -0800 Subject: [PATCH] Add @yf225 to cpp codeowner Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16120 Differential Revision: D13718880 Pulled By: yf225 fbshipit-source-id: 1c0a41ffba71855a3ad88b8d263ba2bd5076351d --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index c2a6804..141119d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,9 +1,9 @@ # This is a comment. # Each line is a file pattern followed by one or more owners. -/docs/cpp @goldsborough @ebetica -/torch/csrc/api/ @ebetica @goldsborough -/test/cpp/api/ @ebetica @goldsborough +/docs/cpp @goldsborough @ebetica @yf225 +/torch/csrc/api/ @ebetica @goldsborough @yf225 +/test/cpp/api/ @ebetica @goldsborough @yf225 /torch/lib/c10d/ @apaszke @pietern @teng-li /torch/csrc/distributed/ @apaszke @pietern @teng-li /torch/distributed/ @apaszke @pietern @teng-li -- 2.7.4