diff options
author | Howard Huang <howardhuang@fb.com> | 2021-03-04 13:58:14 -0800 |
---|---|---|
committer | Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> | 2021-03-04 14:05:36 -0800 |
commit | 51718c2f3c86de93c16d35e44bdc126fa8902319 (patch) | |
tree | e6a36529bcf30155f0542b4b10f240c6cc90ca28 /CODEOWNERS | |
parent | b0aa03b70327cd7bc53bc9a6006bbd09980ee9be (diff) | |
download | pytorch-51718c2f3c86de93c16d35e44bdc126fa8902319.tar.gz pytorch-51718c2f3c86de93c16d35e44bdc126fa8902319.tar.bz2 pytorch-51718c2f3c86de93c16d35e44bdc126fa8902319.zip |
Update CODEOWNERS to be tagged as reviewer (#53277)
Summary:
Fixes #FOMOOCR (fear of missing out on code review)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/53277
Reviewed By: mrshenli
Differential Revision: D26820361
Pulled By: H-Huang
fbshipit-source-id: 9e985a6a7e6dbda5e454f54fa95cc7d7050245b2
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 2f59364473..bdef0c6845 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -21,12 +21,12 @@ # 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/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 -/torch/csrc/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 -/torch/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 +/torch/lib/c10d/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang +/torch/csrc/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang +/torch/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang # Distributed tests # This list is mostly if you'd like to be tagged as reviewer, feel free to add # or remove yourself from it. -/test/distributed @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma -/torch/testing/_internal/distributed @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma +/test/distributed @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @H-Huang +/torch/testing/_internal/distributed @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @H-Huang |