Skip to content

Commit f7f9846

Browse files
committed
triagebot: temporarily disable auto compiler backport nominations
No prejudice against re-enabling them if the nominations include a bit more context on _why_ it's automatically nominated and _which_ regression(s) are being addressed. Or as proposed, it could also simply become a reminder-to-nominate _comment_.
1 parent 42b384e commit f7f9846

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

triagebot.toml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,6 @@ remove_labels = ["S-waiting-on-author"]
5050
# Those labels are added when PR author requests a review from an assignee
5151
add_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"]
6853

6954
# ------------------------------------------------------------------------------
7055
# Ping groups

0 commit comments

Comments
 (0)