Skip to content

Commit

Permalink
Add myself as a CODEOWNER for better discoverability (pytorch#25231)
Browse files Browse the repository at this point in the history
Summary:
Not meant to be a landing blocker or anything like that. This only lets me setup some more effective email filters, hopefully allowing me to discover the current changes earlier and be more responsive.
Pull Request resolved: pytorch#25231

Differential Revision: D17070735

Pulled By: soumith

fbshipit-source-id: 171c8dcd48edf64a9dc3367015e4166baa860c0a
  • Loading branch information
apaszke authored and facebook-github-bot committed Aug 27, 2019
1 parent f622ec8 commit 1f57b8b
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@
/docs/cpp @goldsborough @ebetica @yf225
/torch/csrc/api/ @ebetica @goldsborough @yf225
/test/cpp/api/ @ebetica @goldsborough @yf225
/torch/lib/c10d/ @apaszke @pietern @mrshenli
/torch/csrc/distributed/ @apaszke @pietern @mrshenli
/torch/lib/c10d/ @pietern @mrshenli
/torch/csrc/distributed/ @pietern @mrshenli
/torch/distributed/ @apaszke @pietern @mrshenli
/test/test_c10d.py @apaszke @pietern @mrshenli
/torch/utils/cpp_extension.py @goldsborough @fmassa @apaszke @soumith @ezyang
/test/test_c10d.py @pietern @mrshenli
/torch/utils/cpp_extension.py @goldsborough @fmassa @soumith @ezyang

# Not there to stricly 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
/torch/csrc/jit/ @apaszke
/torch/nn/ @apaszke
/torch/autograd/ @apaszke
/torch/jit/ @apaszke
/torch/utils/data/ @apaszke

0 comments on commit 1f57b8b

Please sign in to comment.