Rollup merge of #150034 - cyrgani:triagebotconf, r=BoxyUwU

do not add `I-prioritize` when `F-*` labels are present
This commit is contained in:
Stuart Cook
2025-12-16 14:40:47 +11:00
committed by GitHub
+1
View File
@@ -229,6 +229,7 @@ exclude_labels = [
"T-infra",
"T-release",
"requires-nightly",
"F-*",
]
[autolabel."T-rustdoc"]