From e74ae29ba2b4bb7a44649fc97e3e20e9400ddfd1 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Mon, 10 Oct 2022 09:04:57 -0400 Subject: [PATCH] Add sig-architecture-approvers and dep-approvers to root dir --- OWNERS | 8 ++++++-- OWNERS_ALIASES | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/OWNERS b/OWNERS index e80625304df72..899861bd57516 100644 --- a/OWNERS +++ b/OWNERS @@ -2,8 +2,12 @@ filters: ".*": - reviewers: [] - approvers: [] + reviewers: + - dep-reviewers + - sig-architecture-approvers + approvers: + - dep-approvers # for go.mod/go.sum + - sig-architecture-approvers # for OWNERS_ALIASES and other root files emeritus_approvers: - bgrant0607 - brendandburns diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index c44b2c18545f8..422104380af13 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -1,4 +1,6 @@ aliases: + # Note: sig-architecture-approvers has approval on root files (including go.mod/go.sum) until https://github.com/kubernetes/test-infra/pull/21398 is resolved. + # People with approve rights via this alias should defer dependency update PRs to dep-approvers. sig-architecture-approvers: - dims - derekwaynecarr @@ -462,6 +464,8 @@ aliases: - jayunit100 - jsturtevant - marosset + # Note: dep-approvers has approval on root files (including OWNERS_ALIASES) until https://github.com/kubernetes/test-infra/pull/21398 is resolved. + # People with approve rights via this alias should defer updates of root files other than go.mod/go.sum to dep-approvers. dep-approvers: - BenTheElder - cblecker