Skip to content

Commit

Permalink
Pruning codeowners who don't actual do code review. (pytorch#48109)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#48109

Signed-off-by: Edward Z. Yang <[email protected]>

Test Plan: Imported from OSS

Reviewed By: mrshenli

Differential Revision: D25026754

Pulled By: ezyang

fbshipit-source-id: c8f77a05fad867427789f376ef9da3a697e25353
  • Loading branch information
ezyang authored and facebook-github-bot committed Nov 30, 2020
1 parent 2fe382e commit 0e5682d
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0e5682d

Please sign in to comment.