Rollup merge of #72385 - spastorino:add-exclude-labels, r=Mark-Simulacrum
Add some teams to prioritization exclude_labels r? @Mark-Simulacrum @LeSeulArtichaut
This commit is contained in:
commit
84fbbded1e
1 changed files with 5 additions and 1 deletions
|
@ -37,5 +37,9 @@ label = "ICEBreaker-Cleanup-Crew"
|
|||
[prioritize]
|
||||
label = "I-prioritize"
|
||||
prioritize_on = ["regression-from-stable-to-stable", "regression-from-stable-to-beta", "regression-from-stable-to-nightly"]
|
||||
priority_labels = "P-*"
|
||||
exclude_labels = [
|
||||
"P-*",
|
||||
"T-infra",
|
||||
"T-release",
|
||||
]
|
||||
zulip_stream = 227806
|
||||
|
|
Loading…
Add table
Reference in a new issue