Skip to content

Commit

Permalink
chore: Remove needs-kind and release not requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Willem Pienaar <git@willem.co>
  • Loading branch information
woop committed Mar 5, 2022
1 parent cd8f1c9 commit 7b36a9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion .prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ tide:
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress
- needs-rebase
- needs-kind
merge_method:
feast-dev/feast: squash
feast-dev/feast-spark: squash
Expand Down
16 changes: 0 additions & 16 deletions .prow/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ plugins:
- wip
- trigger
- config-updater
- require-matching-label
- release-note
feast-dev/feast-spark:
- approve
- assign
Expand All @@ -27,8 +25,6 @@ plugins:
- wip
- trigger
- config-updater
- require-matching-label
- release-note

config_updater:
maps:
Expand All @@ -46,15 +42,3 @@ external_plugins:
- name: needs-rebase
events:
- pull_request

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

0 comments on commit 7b36a9c

Please sign in to comment.