From b49db8b7f7f4867948ced20c0197009daf18010d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 30 Aug 2018 14:45:28 -0700 Subject: [PATCH] Revert "Add OWNERS for templates" This reverts commit a3e9a3f13cf38b4ee66268788bcd23acf386b2e9 (#1279). Using filters for approvers and reviewers is the long-term goal, but the approve plugin can't handle this yet [1,2]. [1]: https://github.com/kubernetes/test-infra/issues/7690 [2]: https://github.com/kubernetes/community/blame/19dc4bed5b05c23a69e631f96573f8ed2e0774cb/contributors/guide/owners.md#L86-L87 --- ci-operator/templates/OWNERS | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 ci-operator/templates/OWNERS diff --git a/ci-operator/templates/OWNERS b/ci-operator/templates/OWNERS deleted file mode 100644 index ea65776db902..000000000000 --- a/ci-operator/templates/OWNERS +++ /dev/null @@ -1,28 +0,0 @@ -filters: - ".*azure.*": - approvers: - - jim-minter - - kargakis - - kwoodson - - mjudeikis - - pweil- - reviewers: - - jim-minter - - kargakis - - kwoodson - - mjudeikis - - pweil- - - thanasisk - ".*gmontero.*": - approvers: - - gabemontero - ".*installer.*": - approvers: - - aaronlevy - - abhinavdahiya - - crawford - - smarterclayton - - wking - - yifan-gu - reviewers: - - vikramsk