From 38c576cfef0473e2d1921e83ed52a2b4364cdede Mon Sep 17 00:00:00 2001 From: Eli Uriegas <1700823+seemethere@users.noreply.github.com> Date: Mon, 6 Dec 2021 10:49:03 -0800 Subject: [PATCH] Clean up CODEOWNERS for .github/ (#69395) Summary: Cleans up the CODEOWNERS file to reflect current team Pull Request resolved: https://github.com/pytorch/pytorch/pull/69395 Test Plan: yeah_sandcastle Reviewed By: anjali411 Differential Revision: D32885237 Pulled By: seemethere fbshipit-source-id: a465f2cd0e27d5e53f5af5769d1cad47ec5348e7 --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index d9d1406a7c0..11eefbb397a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -44,7 +44,7 @@ # Github Actions # This list is for people wanting to be notified every time there's a change # related to Github Actions -/.github/ @seemethere @janeyx99 @zhouzhuojie @driazati +/.github/ @seemethere @janeyx99 @atalman # Parametrizations /torch/nn/utils/parametriz*.py @lezcano