File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,21 @@ remove_labels = ["S-waiting-on-author"]
5050# Those labels are added when PR author requests a review from an assignee
5151add_labels = [" S-waiting-on-review" ]
5252
53+ # [backport.*] sections autonominate pull requests for a backport
54+ # see: https://forge.rust-lang.org/triagebot/backport.html
55+
56+ [backport .t-compiler-beta-backport ]
57+ # The pull request MUST have one of these labels
58+ required-pr-labels = [" T-compiler" ]
59+ # The regression MUST have this label
60+ required-issue-label = " regression-from-stable-to-beta"
61+ # if the above conditions matches, the PR will receive these labels
62+ add-labels = [" beta-nominated" ]
63+
64+ [backport .t-compiler-stable-backport ]
65+ required-pr-labels = [" T-compiler" ]
66+ required-issue-label = " regression-from-stable-to-stable"
67+ add-labels = [" stable-nominated" ]
5368
5469# ------------------------------------------------------------------------------
5570# Ping groups
You can’t perform that action at this time.
0 commit comments