From d6d28c8213305fbe9027a56b43ebf67d11eeaa07 Mon Sep 17 00:00:00 2001 From: Willem Pienaar Date: Thu, 30 Apr 2020 10:23:15 +0800 Subject: [PATCH 1/2] Add label checking to Prow --- .prow/plugins.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.prow/plugins.yaml b/.prow/plugins.yaml index 80195222903..9635a659669 100644 --- a/.prow/plugins.yaml +++ b/.prow/plugins.yaml @@ -23,3 +23,10 @@ external_plugins: - name: needs-rebase events: - pull_request + +require_matching_label: +- missing_label: needs-kind + org: gojek + repo: feast + prs: true + regexp: ^kind/ \ No newline at end of file From a94df6369043a0969c97af384af7a71ea958f011 Mon Sep 17 00:00:00 2001 From: Willem Pienaar <6728866+woop@users.noreply.github.com> Date: Thu, 30 Apr 2020 10:58:05 +0800 Subject: [PATCH 2/2] Add plugin to list of enabled plugins --- .prow/plugins.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.prow/plugins.yaml b/.prow/plugins.yaml index 9635a659669..ae8a1d0f135 100644 --- a/.prow/plugins.yaml +++ b/.prow/plugins.yaml @@ -12,6 +12,7 @@ plugins: - wip - trigger - config-updater + - require-matching-label config_updater: maps: @@ -29,4 +30,4 @@ require_matching_label: org: gojek repo: feast prs: true - regexp: ^kind/ \ No newline at end of file + regexp: ^kind/