From f7a091e8ff2313a51c74676d06241ae30eb501cf Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Sun, 4 Feb 2018 21:41:12 -0800 Subject: [PATCH] Add OWNERS for Godeps and vendor folders --- Godeps/OWNERS | 4 ++++ OWNERS_ALIASES | 4 ++++ vendor/OWNERS | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 Godeps/OWNERS create mode 100644 vendor/OWNERS diff --git a/Godeps/OWNERS b/Godeps/OWNERS new file mode 100644 index 00000000000..9760f98b5bd --- /dev/null +++ b/Godeps/OWNERS @@ -0,0 +1,4 @@ +reviewers: + - vendor-reviewers +approvers: + - vendor-approvers diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 8f898647ea1..e86b3f615a1 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -223,3 +223,7 @@ aliases: - piosz - jsafrane - jbeda + vendor-reviewers: + - thockin + vendor-approvers: + - thockin diff --git a/vendor/OWNERS b/vendor/OWNERS new file mode 100644 index 00000000000..9760f98b5bd --- /dev/null +++ b/vendor/OWNERS @@ -0,0 +1,4 @@ +reviewers: + - vendor-reviewers +approvers: + - vendor-approvers