Skip to content

Conversation

@apiraino
Copy link
Contributor

Enabling label aliases when regressions bleed into the next release channel (nightly -> beta, beta -> stable).

This configuration enables these two aliases:

  • @rustbot label to-beta (switch regression label -> beta)
  • @rustbot label to-stable (switch regression label -> beta)

Pending merge of triagebot#2172

@rustbot rustbot added A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Oct 21, 2025
@apiraino apiraino marked this pull request as ready for review October 22, 2025 12:10
@rustbot
Copy link
Collaborator

rustbot commented Oct 22, 2025

triagebot.toml has been modified, there may have been changes to the review queue.

cc @davidtwco, @wesleywiser

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Oct 22, 2025
@rustbot
Copy link
Collaborator

rustbot commented Oct 22, 2025

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@apiraino
Copy link
Contributor Author

apiraino commented Oct 22, 2025

r? @Urgau since you kindly reviewed triagebot#2172

@rustbot rustbot assigned Urgau and unassigned Mark-Simulacrum Oct 22, 2025
@apiraino apiraino force-pushed the enable-label-aliases branch from 8b723c5 to 29eabbf Compare October 22, 2025 16:04
@rustbot

This comment has been minimized.

@apiraino apiraino marked this pull request as draft October 22, 2025 16:08
@rustbot rustbot added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 22, 2025
Copy link
Member

@Urgau Urgau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. r=me after we re-land the change in triagebot

View changes since this review

@Urgau Urgau added S-blocked Status: Blocked on something else such as an RFC or other implementation work. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Oct 23, 2025
@apiraino apiraino force-pushed the enable-label-aliases branch 3 times, most recently from b019528 to 107efc4 Compare October 24, 2025 15:57
@bors
Copy link
Collaborator

bors commented Oct 29, 2025

☔ The latest upstream changes (presumably #148245) made this pull request unmergeable. Please resolve the merge conflicts.

@apiraino apiraino force-pushed the enable-label-aliases branch from 107efc4 to d5839f9 Compare October 30, 2025 15:52
@Urgau Urgau added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-blocked Status: Blocked on something else such as an RFC or other implementation work. labels Oct 30, 2025
@apiraino apiraino marked this pull request as ready for review October 31, 2025 13:59
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Oct 31, 2025
@apiraino apiraino requested a review from Urgau October 31, 2025 13:59
@Urgau
Copy link
Member

Urgau commented Oct 31, 2025

@bors r+

@bors
Copy link
Collaborator

bors commented Oct 31, 2025

📌 Commit d5839f9 has been approved by Urgau

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 31, 2025
@Urgau
Copy link
Member

Urgau commented Oct 31, 2025

@bors rollup=always

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Oct 31, 2025
…rgau Enable regression labeling aliases Enabling label aliases when regressions bleed into the next release channel (nightly -> beta, beta -> stable). This configuration enables these two aliases: - ``@rustbot` label to-beta` (switch regression label <anything> -> beta) - ``@rustbot` label to-stable` (switch regression label <anything> -> beta) Pending merge of [triagebot#2172](rust-lang/triagebot#2172)
bors added a commit that referenced this pull request Oct 31, 2025
Rollup of 9 pull requests Successful merges: - #139310 (add first HelenOS compilation targets) - #147161 (implement VecDeque extend_from_within and prepend_from_within) - #147622 (`unicode_data` refactors) - #147780 (Implement VecDeque::extract_if) - #147942 (Enable regression labeling aliases) - #147986 (Use fstatat() in DirEntry::metadata on Apple platforms) - #148103 (cg_llvm: Pass `debuginfo_compression` through FFI as an enum) - #148319 (docs: Fix argument names for `carrying_mul_add`) - #148322 (Enable file locking support in illumos) r? `@ghost` `@rustbot` modify labels: rollup
Zalathar added a commit to Zalathar/rust that referenced this pull request Nov 1, 2025
…rgau Enable regression labeling aliases Enabling label aliases when regressions bleed into the next release channel (nightly -> beta, beta -> stable). This configuration enables these two aliases: - ````@rustbot``` label to-beta` (switch regression label <anything> -> beta) - ````@rustbot``` label to-stable` (switch regression label <anything> -> beta) Pending merge of [triagebot#2172](rust-lang/triagebot#2172)
Zalathar added a commit to Zalathar/rust that referenced this pull request Nov 1, 2025
…rgau Enable regression labeling aliases Enabling label aliases when regressions bleed into the next release channel (nightly -> beta, beta -> stable). This configuration enables these two aliases: - `````@rustbot```` label to-beta` (switch regression label <anything> -> beta) - `````@rustbot```` label to-stable` (switch regression label <anything> -> beta) Pending merge of [triagebot#2172](rust-lang/triagebot#2172)
bors added a commit that referenced this pull request Nov 1, 2025
Rollup of 9 pull requests Successful merges: - #139310 (add first HelenOS compilation targets) - #147161 (implement VecDeque extend_from_within and prepend_from_within) - #147622 (`unicode_data` refactors) - #147780 (Implement VecDeque::extract_if) - #147942 (Enable regression labeling aliases) - #147986 (Use fstatat() in DirEntry::metadata on Apple platforms) - #148103 (cg_llvm: Pass `debuginfo_compression` through FFI as an enum) - #148319 (docs: Fix argument names for `carrying_mul_add`) - #148322 (Enable file locking support in illumos) r? `@ghost` `@rustbot` modify labels: rollup
@bors bors merged commit a289ae4 into rust-lang:master Nov 1, 2025
11 checks passed
@rustbot rustbot added this to the 1.93.0 milestone Nov 1, 2025
rust-timer added a commit that referenced this pull request Nov 1, 2025
Rollup merge of #147942 - apiraino:enable-label-aliases, r=Urgau Enable regression labeling aliases Enabling label aliases when regressions bleed into the next release channel (nightly -> beta, beta -> stable). This configuration enables these two aliases: - ```@rustbot`` label to-beta` (switch regression label <anything> -> beta) - ```@rustbot`` label to-stable` (switch regression label <anything> -> beta) Pending merge of [triagebot#2172](rust-lang/triagebot#2172)
@apiraino apiraino deleted the enable-label-aliases branch November 3, 2025 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

5 participants