From bc57333ef7917b44451815c93c7665dc729cbbda Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Mon, 28 Oct 2019 14:12:55 -0700 Subject: [PATCH] Add owners files for the nodejs code to document that @steven-supersolid is (#1119) handling the bulk of the code reviews (especially for style). --- examples/nodejs-simple/OWNERS | 4 ++++ sdks/nodejs/OWNERS | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 examples/nodejs-simple/OWNERS create mode 100644 sdks/nodejs/OWNERS diff --git a/examples/nodejs-simple/OWNERS b/examples/nodejs-simple/OWNERS new file mode 100644 index 0000000000..2747d3e740 --- /dev/null +++ b/examples/nodejs-simple/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: + - steven-supersolid diff --git a/sdks/nodejs/OWNERS b/sdks/nodejs/OWNERS new file mode 100644 index 0000000000..2747d3e740 --- /dev/null +++ b/sdks/nodejs/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: + - steven-supersolid