Enable regression labeling aliases

This commit is contained in:
apiraino 2025-10-21 17:09:46 +02:00
parent 6906167e01
commit d5839f968c
No known key found for this signature in database
GPG key ID: EE6A89440C49992C

View file

@ -38,6 +38,14 @@ allow-unauthenticated = [
"has-merge-commits",
]
[relabel.to-stable]
add-labels = ["regression-from-stable-to-stable"]
rem-labels = ["regression-from-stable-to-beta", "regression-from-stable-to-nightly"]
[relabel.to-beta]
add-labels = ["regression-from-stable-to-beta"]
rem-labels = ["regression-from-stable-to-stable", "regression-from-stable-to-nightly"]
[review-submitted]
# This label is added when a "request changes" review is submitted.
reviewed_label = "S-waiting-on-author"