Skip to content

Commit 68a79c3

Browse files
authored
config(tidb): prioritize the PRs with Priority/P* labels in merging queue (#971)
ref pingcap/tidb#41241
1 parent c40acd2 commit 68a79c3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

prow/config/config.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -2132,6 +2132,16 @@ plank:
21322132
tide:
21332133
sync_period: 1m30s
21342134

2135+
# prioritize_existing_batches:
2136+
# pingcap/tidb: true
2137+
2138+
# Ordered list of sets of labels that would be prioritized before other PRs.
2139+
priority:
2140+
# The first entry has the highest priority.
2141+
# PRs should match all labels contained in a set to be prioritized
2142+
- labels: [Priority/P0]
2143+
- labels: [Priority/P1]
2144+
21352145
merge_method:
21362146
pingcap-inc/enterprise-extensions: squash
21372147
pingcap-inc/enterprise-plugin: squash

0 commit comments

Comments
 (0)