Fix Team Tagging in CODEOWNERS

Summary:
The pytorch-dev-infra team taggin syntax in codeowners currently
doesn't work (see: https://github.com/pytorch/pytorch/pull/75221). Trying to
fix that in this PR.

Test Plan: TBD

Differential Revision: D35372228

Pull Request resolved: https://github.com/pytorch/pytorch/pull/75222
Approved by: https://github.com/seemethere
This commit is contained in:
Omkar Salpekar 2022-04-04 22:13:25 +00:00 committed by PyTorch MergeBot
parent eead599039
commit 211c6bc050

View File

@ -47,9 +47,9 @@
/.github/ @seemethere @janeyx99 @atalman /.github/ @seemethere @janeyx99 @atalman
# Custom Test Infrastructure # 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_device_type.py @mruberry
/torch/testing/_internal/common_utils.py @pytorch-dev-infra /torch/testing/_internal/common_utils.py @pytorch/pytorch-dev-infra
# Parametrizations # Parametrizations
/torch/nn/utils/parametriz*.py @lezcano /torch/nn/utils/parametriz*.py @lezcano