From b338ff7c0cf640e2b8a74ed47abb7bb6b3da116f Mon Sep 17 00:00:00 2001 From: Simon Baeumer Date: Thu, 23 Dec 2021 16:36:51 +0100 Subject: [PATCH] Add more areas for github labeler --- .github/labeler.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3af5695cbc1e7..cb455afb1debb 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -8,3 +8,16 @@ area/auth: - pkg/sac/**/* area/ui: - ui/**/* +area/operator: +- operator/**/* +area/helm: +- image/**/* +- central/helm/**/* +- central/helmcharts/**/* +- pkg/helm/**/* +area/sensor: +- sensor/**/* +area/central: +- central/**/* +area/admission-controller: +- sensor/admission-control/**/*