mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Pruning codeowners who don't actual do code review. (#48109)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/48109 Signed-off-by: Edward Z. Yang <ezyang@fb.com> Test Plan: Imported from OSS Reviewed By: mrshenli Differential Revision: D25026754 Pulled By: ezyang fbshipit-source-id: c8f77a05fad867427789f376ef9da3a697e25353
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2fe382e931
commit
0e5682d26b
23
CODEOWNERS
23
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
|
||||
|
Reference in New Issue
Block a user