mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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:
parent
eead599039
commit
211c6bc050
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user