diff --git a/CODEOWNERS b/CODEOWNERS index dbde8c9357a..a0e4814ce4c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,20 +1,15 @@ # This is a comment. # Each line is a file pattern followed by one or more owners. -/docs/cpp @goldsborough @ebetica @yf225 @glaringlee -/torch/csrc/api/ @ebetica @goldsborough @yf225 @glaringlee -/test/cpp/api/ @ebetica @goldsborough @yf225 @glaringlee -/torch/utils/cpp_extension.py @goldsborough @fmassa @soumith @ezyang +/docs/cpp @glaringlee +/torch/csrc/api/ @glaringlee +/test/cpp/api/ @glaringlee +/torch/utils/cpp_extension.py @fmassa @soumith @ezyang # Not there to strictly require the approval, but to be tagged as a reviewer # on the PRs to push them into a high priority inbox. -/torch/csrc/api/data/ @apaszke -/torch/csrc/autograd/ @apaszke @albanD -/torch/csrc/jit/ @apaszke -/torch/nn/ @apaszke -/torch/autograd/ @apaszke @albanD -/torch/jit/ @apaszke -/torch/utils/data/ @apaszke +/torch/csrc/autograd/ @albanD +/torch/autograd/ @albanD # Tensorpipe RPC Agent. /torch/csrc/distributed/rpc/tensorpipe_agent.cpp @jiayisuse @osalpekar @lw @beauby @@ -23,9 +18,9 @@ # Distributed package # This list is mostly if you'd like to be tagged as reviewer, feel free to add # or remove yourself from it. -/torch/lib/c10d/ @pietern @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 -/torch/csrc/distributed/ @pietern @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 -/torch/distributed/ @apaszke @pietern @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 +/torch/lib/c10d/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 +/torch/csrc/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 +/torch/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 # Distributed tests # This list is mostly if you'd like to be tagged as reviewer, feel free to add