From 42cb9b299005c674e31c55aa59613f7eb9b397a8 Mon Sep 17 00:00:00 2001 From: Stephen Benjamin Date: Wed, 19 Feb 2020 19:53:45 -0500 Subject: [PATCH] baremetal: add owners to bootstrap subdirectories I didn't realize the OWNERS file in data/data/bootstrap/baremetal didn't apply to subdirectories, so this adds it to usr/local/bin as well where we host the ironic service scripts. --- data/data/bootstrap/baremetal/files/usr/local/bin/OWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/data/bootstrap/baremetal/files/usr/local/bin/OWNERS diff --git a/data/data/bootstrap/baremetal/files/usr/local/bin/OWNERS b/data/data/bootstrap/baremetal/files/usr/local/bin/OWNERS new file mode 100644 index 00000000000..51e36956992 --- /dev/null +++ b/data/data/bootstrap/baremetal/files/usr/local/bin/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - baremetal-approvers +reviewers: + - baremetal-reviewers