From 68a79c3f13ac9f4c281ff98a36340590c0d2db87 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Fri, 13 Oct 2023 21:06:27 +0800 Subject: [PATCH] config(tidb): prioritize the PRs with `Priority/P*` labels in merging queue (#971) ref pingcap/tidb#41241 --- prow/config/config.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/prow/config/config.yaml b/prow/config/config.yaml index 3d3c01d6..0d37c12b 100644 --- a/prow/config/config.yaml +++ b/prow/config/config.yaml @@ -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