Skip to content

Commit 615d57d

Browse files
authored
Unrolled build for #147263
Rollup merge of #147263 - jieyouxu:disable-auto-backport-nominations, r=apiraino,Urgau Disable triagebot auto stable-regression compiler backport nominations pending redesign Current auto compiler stable-regression backport nominations seem to be too aggressive, and seems to unfortunately lower signal-to-noise ratio of the compiler backport channel. So this PR disables the triagebot compiler auto stable-regression backport nominations pending a redesign. Beta-regression auto backport nominations are not modified, we might want to gather some more experience with it. 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_. cf. [#t-compiler/backports > #146919: stable-nominated @ 💬](https://rust-lang.zulipchat.com/#narrow/channel/474880-t-compiler.2Fbackports/topic/.23146919.3A.20stable-nominated/near/540979327) > I like the idea of rustbot just posting a message that suggests adding the label. That seems like a good compromise between avoiding forgotten nominations and avoiding spurious nominations. In any case, this was very much worth experimenting! r? `@apiraino` (or triagebot)
2 parents 8d603ef + 16cfde9 commit 615d57d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

triagebot.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ required-issue-label = "regression-from-stable-to-beta"
6161
# if the above conditions matches, the PR will receive these labels
6262
add-labels = ["beta-nominated"]
6363

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"]
6864

6965
# ------------------------------------------------------------------------------
7066
# Ping groups

0 commit comments

Comments
 (0)