From 350431bf81b60a4d40fdce5dca0305bc2de66475 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Thu, 25 Jul 2019 15:06:34 -0400 Subject: [PATCH] OWNERS: api-approvers should be approvers on cri-api api-approvers have approval over cri-api as well, even if the individuals listed in the group are the primaries and should be used for all targeted changes. Came up while a global API change was proceeding which impacted godeps. --- staging/src/k8s.io/cri-api/OWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/staging/src/k8s.io/cri-api/OWNERS b/staging/src/k8s.io/cri-api/OWNERS index 2f3863b76f1..253c83e047d 100644 --- a/staging/src/k8s.io/cri-api/OWNERS +++ b/staging/src/k8s.io/cri-api/OWNERS @@ -8,6 +8,8 @@ approvers: - dchen1107 - yujuhong - resouer +- sig-node-api-approvers +- api-approvers reviewers: - sig-node-reviewers - dims