Skip to content

Commit

Permalink
Add label checking to Prow (#665)
Browse files Browse the repository at this point in the history
* Add label checking to Prow

* Add plugin to list of enabled plugins
  • Loading branch information
woop authored Apr 30, 2020
1 parent 497b08d commit 20f491c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .prow/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ plugins:
- wip
- trigger
- config-updater
- require-matching-label

config_updater:
maps:
Expand All @@ -23,3 +24,10 @@ external_plugins:
- name: needs-rebase
events:
- pull_request

require_matching_label:
- missing_label: needs-kind
org: gojek
repo: feast
prs: true
regexp: ^kind/

0 comments on commit 20f491c

Please sign in to comment.