summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-02-04 16:34:21 -0800
committerGitHub <noreply@github.com>2019-02-04 16:34:21 -0800
commitf2917860b98f3f54c68dc1df615ed794132281a1 (patch)
tree0e93d90cf1f5dbbd78e3315055b653d3357c2bab
parent9c5af36e38706d641de7d8777ab767b8fe43dd0a (diff)
parent354d724164edc9874446c837d8d35dd11696caaf (diff)
Merge pull request #3197 from nikhita/devel-add-owners
devel: add OWNERS files for SIG sub-directories
-rw-r--r--contributors/devel/sig-api-machinery/OWNERS8
-rw-r--r--contributors/devel/sig-architecture/OWNERS10
-rw-r--r--contributors/devel/sig-instrumentation/OWNERS8
-rw-r--r--contributors/devel/sig-node/OWNERS8
-rw-r--r--contributors/devel/sig-release/OWNERS8
-rw-r--r--contributors/devel/sig-scalability/OWNERS8
-rw-r--r--contributors/devel/sig-scheduling/OWNERS8
-rw-r--r--contributors/devel/sig-storage/OWNERS8
-rw-r--r--contributors/devel/sig-testing/OWNERS8
9 files changed, 74 insertions, 0 deletions
diff --git a/contributors/devel/sig-api-machinery/OWNERS b/contributors/devel/sig-api-machinery/OWNERS
new file mode 100644
index 00000000..ef142b0f
--- /dev/null
+++ b/contributors/devel/sig-api-machinery/OWNERS
@@ -0,0 +1,8 @@
+# See the OWNERS docs at https://go.k8s.io/owners
+
+reviewers:
+ - sig-api-machinery-leads
+approvers:
+ - sig-api-machinery-leads
+labels:
+ - sig/api-machinery
diff --git a/contributors/devel/sig-architecture/OWNERS b/contributors/devel/sig-architecture/OWNERS
new file mode 100644
index 00000000..3baa861d
--- /dev/null
+++ b/contributors/devel/sig-architecture/OWNERS
@@ -0,0 +1,10 @@
+# See the OWNERS docs at https://go.k8s.io/owners
+
+reviewers:
+ - sig-architecture-leads
+ - jbeda
+approvers:
+ - sig-architecture-leads
+ - jbeda
+labels:
+ - sig/architecture
diff --git a/contributors/devel/sig-instrumentation/OWNERS b/contributors/devel/sig-instrumentation/OWNERS
new file mode 100644
index 00000000..3e1efb0c
--- /dev/null
+++ b/contributors/devel/sig-instrumentation/OWNERS
@@ -0,0 +1,8 @@
+# See the OWNERS docs at https://go.k8s.io/owners
+
+reviewers:
+ - sig-instrumentation-leads
+approvers:
+ - sig-instrumentation-leads
+labels:
+ - sig/instrumentation
diff --git a/contributors/devel/sig-node/OWNERS b/contributors/devel/sig-node/OWNERS
new file mode 100644
index 00000000..810bc689
--- /dev/null
+++ b/contributors/devel/sig-node/OWNERS
@@ -0,0 +1,8 @@
+# See the OWNERS docs at https://go.k8s.io/owners
+
+reviewers:
+ - sig-node-leads
+approvers:
+ - sig-node-leads
+labels:
+ - sig/node
diff --git a/contributors/devel/sig-release/OWNERS b/contributors/devel/sig-release/OWNERS
new file mode 100644
index 00000000..c414be94
--- /dev/null
+++ b/contributors/devel/sig-release/OWNERS
@@ -0,0 +1,8 @@
+# See the OWNERS docs at https://go.k8s.io/owners
+
+reviewers:
+ - sig-release-leads
+approvers:
+ - sig-release-leads
+labels:
+ - sig/release
diff --git a/contributors/devel/sig-scalability/OWNERS b/contributors/devel/sig-scalability/OWNERS
new file mode 100644
index 00000000..6b57aa45
--- /dev/null
+++ b/contributors/devel/sig-scalability/OWNERS
@@ -0,0 +1,8 @@
+# See the OWNERS docs at https://go.k8s.io/owners
+
+reviewers:
+ - sig-scalability-leads
+approvers:
+ - sig-scalability-leads
+labels:
+ - sig/scalability
diff --git a/contributors/devel/sig-scheduling/OWNERS b/contributors/devel/sig-scheduling/OWNERS
new file mode 100644
index 00000000..f6155ab6
--- /dev/null
+++ b/contributors/devel/sig-scheduling/OWNERS
@@ -0,0 +1,8 @@
+# See the OWNERS docs at https://go.k8s.io/owners
+
+reviewers:
+ - sig-scheduling-leads
+approvers:
+ - sig-scheduling-leads
+labels:
+ - sig/scheduling
diff --git a/contributors/devel/sig-storage/OWNERS b/contributors/devel/sig-storage/OWNERS
new file mode 100644
index 00000000..6dd5158f
--- /dev/null
+++ b/contributors/devel/sig-storage/OWNERS
@@ -0,0 +1,8 @@
+# See the OWNERS docs at https://go.k8s.io/owners
+
+reviewers:
+ - sig-storage-leads
+approvers:
+ - sig-storage-leads
+labels:
+ - sig/storage
diff --git a/contributors/devel/sig-testing/OWNERS b/contributors/devel/sig-testing/OWNERS
new file mode 100644
index 00000000..541bac08
--- /dev/null
+++ b/contributors/devel/sig-testing/OWNERS
@@ -0,0 +1,8 @@
+# See the OWNERS docs at https://go.k8s.io/owners
+
+reviewers:
+ - sig-testing-leads
+approvers:
+ - sig-testing-leads
+labels:
+ - sig/testing