mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Add some teams to prioritization exclude_labels
This commit is contained in:
parent
9e2a6a29ce
commit
93abdd7511
@ -37,5 +37,9 @@ label = "ICEBreaker-Cleanup-Crew"
|
|||||||
[prioritize]
|
[prioritize]
|
||||||
label = "I-prioritize"
|
label = "I-prioritize"
|
||||||
prioritize_on = ["regression-from-stable-to-stable", "regression-from-stable-to-beta", "regression-from-stable-to-nightly"]
|
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
|
zulip_stream = 227806
|
||||||
|
Loading…
Reference in New Issue
Block a user