Skip to content

Commit

Permalink
Fix Team Tagging in CODEOWNERS
Browse files Browse the repository at this point in the history
Summary:
The pytorch-dev-infra team taggin syntax in codeowners currently
doesn't work (see: pytorch#75221). Trying to
fix that in this PR.

Test Plan: TBD

Differential Revision: D35372228

Pull Request resolved: pytorch#75222
Approved by: https://github.com/seemethere
  • Loading branch information
osalpekar authored and pytorchmergebot committed Apr 4, 2022
1 parent eead599 commit 211c6bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
/.github/ @seemethere @janeyx99 @atalman

# Custom Test Infrastructure
/test/run_test.py @pytorch-dev-infra
/test/run_test.py @pytorch/pytorch-dev-infra
/torch/testing/_internal/common_device_type.py @mruberry
/torch/testing/_internal/common_utils.py @pytorch-dev-infra
/torch/testing/_internal/common_utils.py @pytorch/pytorch-dev-infra

# Parametrizations
/torch/nn/utils/parametriz*.py @lezcano
Expand Down

0 comments on commit 211c6bc

Please sign in to comment.