Skip to content

Commit 84fbbde

Browse files
authored
Rollup merge of #72385 - spastorino:add-exclude-labels, r=Mark-Simulacrum
Add some teams to prioritization exclude_labels r? @Mark-Simulacrum @LeSeulArtichaut
2 parents 47f3c44 + 93abdd7 commit 84fbbde

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

triagebot.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,9 @@ label = "ICEBreaker-Cleanup-Crew"
3737
[prioritize]
3838
label = "I-prioritize"
3939
prioritize_on = ["regression-from-stable-to-stable", "regression-from-stable-to-beta", "regression-from-stable-to-nightly"]
40-
priority_labels = "P-*"
40+
exclude_labels = [
41+
"P-*",
42+
"T-infra",
43+
"T-release",
44+
]
4145
zulip_stream = 227806

0 commit comments

Comments
 (0)