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
diff --git a/CODEOWNERS b/CODEOWNERS
index d9d1406..11eefbb 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