From f0a934adeb10f104701cbcb2abfb3e442bfcd13b Mon Sep 17 00:00:00 2001 From: James Blair Date: Fri, 10 May 2024 23:35:53 +1200 Subject: [PATCH] Automate labels for etcdctl & etcdutl pull requests. Signed-off-by: James Blair --- etcdctl/OWNERS | 4 ++++ etcdutl/OWNERS | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 etcdctl/OWNERS create mode 100644 etcdutl/OWNERS diff --git a/etcdctl/OWNERS b/etcdctl/OWNERS new file mode 100644 index 00000000000..6ea7c455ff4 --- /dev/null +++ b/etcdctl/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: + - area/etcdctl diff --git a/etcdutl/OWNERS b/etcdutl/OWNERS new file mode 100644 index 00000000000..1c529743605 --- /dev/null +++ b/etcdutl/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: + - area/etcdutl