We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I-prioritize
1 parent 1d9caf8 commit fcbe767Copy full SHA for fcbe767
1 file changed
triagebot.toml
@@ -28,6 +28,20 @@ exclude_labels = [
28
[autolabel."release-notes"]
29
pr_merged = true
30
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
45
[autolabel."A-CI"]
46
trigger_files = [
47
".github/workflows",
0 commit comments