From 2e08385044b28de80283c69d41c93ad419ba4129 Mon Sep 17 00:00:00 2001 From: Daniel Hiller Date: Thu, 2 Mar 2023 16:27:22 +0100 Subject: [PATCH] Create initial label config for good-first-issue (#2643) Signed-off-by: Daniel Hiller --- .../kustom/base/configs/current/plugins/plugins.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/github/ci/prow-deploy/kustom/base/configs/current/plugins/plugins.yaml b/github/ci/prow-deploy/kustom/base/configs/current/plugins/plugins.yaml index bbf11c849f..b4d307d1fc 100644 --- a/github/ci/prow-deploy/kustom/base/configs/current/plugins/plugins.yaml +++ b/github/ci/prow-deploy/kustom/base/configs/current/plugins/plugins.yaml @@ -635,3 +635,13 @@ lgtm: override: allow_top_level_owners: true + +label: + restricted_labels: + 'kubevirt': + - allowed_teams: + - maintainers + allowed_users: + - aburdenthehand + - alicefr + label: good-first-issue