Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config(tidb): prioritize the PRs with Priority/P* labels in merging queue #971

Merged
merged 1 commit into from
Oct 13, 2023
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
10 changes: 10 additions & 0 deletions prow/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2132,6 +2132,16 @@ plank:
tide:
sync_period: 1m30s

# prioritize_existing_batches:
# pingcap/tidb: true

# Ordered list of sets of labels that would be prioritized before other PRs.
priority:
# The first entry has the highest priority.
# PRs should match all labels contained in a set to be prioritized
- labels: [Priority/P0]
- labels: [Priority/P1]

merge_method:
pingcap-inc/enterprise-extensions: squash
pingcap-inc/enterprise-plugin: squash
Expand Down