From d59c2043199e5f54ca75db629c26b206862ee610 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Thu, 19 Oct 2023 09:52:38 +0000 Subject: [PATCH] pkg/domain: add `OWNERS` file Fixes #47798 --- OWNERS_ALIASES | 7 +++++++ pkg/domain/OWNERS | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 pkg/domain/OWNERS diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 514f3247fbb2a..1aa64cefdb9e4 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -37,3 +37,10 @@ aliases: - lance6716 - lichunzhu - okJiang + sig-approvers-domain: # approvers for domain pkg + - zimulala + - D3Hunter + - gmhdbjd + - lance6716 + - tangenta + - wjhuang2016 diff --git a/pkg/domain/OWNERS b/pkg/domain/OWNERS new file mode 100644 index 0000000000000..57f3ed04b97a8 --- /dev/null +++ b/pkg/domain/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-domain