There was an error while loading. Please reload this page.
2 parents c42f8eb + d5839f9 commit a289ae4Copy full SHA for a289ae4
triagebot.toml
@@ -38,6 +38,14 @@ allow-unauthenticated = [
38
"has-merge-commits",
39
]
40
41
+[relabel.to-stable]
42
+add-labels = ["regression-from-stable-to-stable"]
43
+rem-labels = ["regression-from-stable-to-beta", "regression-from-stable-to-nightly"]
44
+
45
+[relabel.to-beta]
46
+add-labels = ["regression-from-stable-to-beta"]
47
+rem-labels = ["regression-from-stable-to-stable", "regression-from-stable-to-nightly"]
48
49
[review-submitted]
50
# This label is added when a "request changes" review is submitted.
51
reviewed_label = "S-waiting-on-author"
0 commit comments