From f981e9a39710ffce21dd8df10c476d4cb9200ef3 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Thu, 23 Aug 2018 16:37:29 +0530 Subject: [PATCH] apiextensions: remove area/custom-resources label from OWNERS Sometimes changes in apiextensions-apiserver are not really related to custom resources but just general api-machinery. Adding the label to such PRs makes triaging using the label hard. --- staging/src/k8s.io/apiextensions-apiserver/OWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/staging/src/k8s.io/apiextensions-apiserver/OWNERS b/staging/src/k8s.io/apiextensions-apiserver/OWNERS index 9b2649db615..f76281ad3be 100644 --- a/staging/src/k8s.io/apiextensions-apiserver/OWNERS +++ b/staging/src/k8s.io/apiextensions-apiserver/OWNERS @@ -9,4 +9,3 @@ approvers: - sttts labels: - sig/api-machinery -- area/custom-resources