Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions core-services/prow/02_config/openshift/hypershift/_prowconfig.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
tide:
queries:
- author: dependabot[bot]
includedBranches:
- main
labels:
- approved
- lgtm
- verified
missingLabels:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this section do?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the labels that must NOT be present. If any of them are there, tide should not merge

- do-not-merge/hold
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress
- needs-rebase
repos:
- openshift/hypershift
- includedBranches:
- openshift-4.22
- release-4.22
Expand Down