Skip to content

Commit fcbe767

Browse files
committed
triagebot: add I-prioritize for regression issues
1 parent 1d9caf8 commit fcbe767

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

triagebot.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,20 @@ exclude_labels = [
2828
[autolabel."release-notes"]
2929
pr_merged = true
3030

31+
# Prioritization of regression triaging.
32+
[autolabel."I-prioritize"]
33+
trigger_labels = [
34+
"regression-from-stable-to-beta",
35+
"regression-from-stable-to-nightly",
36+
"regression-from-stable-to-stable",
37+
"regression-untriaged",
38+
]
39+
exclude_labels = [
40+
"P-*",
41+
"requires-nightly",
42+
]
43+
44+
3145
[autolabel."A-CI"]
3246
trigger_files = [
3347
".github/workflows",

0 commit comments

Comments
 (0)