Skip to content

Commit 20f491c

Browse files
authored
Add label checking to Prow (#665)
* Add label checking to Prow * Add plugin to list of enabled plugins
1 parent 497b08d commit 20f491c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.prow/plugins.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ plugins:
1212
- wip
1313
- trigger
1414
- config-updater
15+
- require-matching-label
1516

1617
config_updater:
1718
maps:
@@ -23,3 +24,10 @@ external_plugins:
2324
- name: needs-rebase
2425
events:
2526
- pull_request
27+
28+
require_matching_label:
29+
- missing_label: needs-kind
30+
org: gojek
31+
repo: feast
32+
prs: true
33+
regexp: ^kind/

0 commit comments

Comments
 (0)