Skip to content

Commit 70c3950

Browse files
yongruilink8s-publishing-bot
authored andcommitted
feat: add OWNERS files for flagz server and api with approvers and reviewers
Kubernetes-commit: 256591520a552cda01b75eca08b1715a5f35e398
1 parent 767eab7 commit 70c3950

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

pkg/server/flagz/OWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
approvers:
2+
- sig-instrumentation-approvers
3+
- sig-api-machinery-approvers
4+
reviewers:
5+
- sig-instrumentation-reviewers
6+
labels:
7+
- sig/instrumentation

pkg/server/flagz/api/OWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Disable inheritance as this is an api owners file
2+
options:
3+
no_parent_owners: true
4+
approvers:
5+
- api-approvers
6+
reviewers:
7+
- api-reviewers
8+
- sig-instrumentation-reviewers
9+
labels:
10+
- kind/api-change
11+
- sig/instrumentation

0 commit comments

Comments
 (0)