- Notifications
You must be signed in to change notification settings - Fork 13.9k
Enable regression labeling aliases #147942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
| rustbot has assigned @Mark-Simulacrum. Use |
| r? @Urgau since you kindly reviewed triagebot#2172 |
8b723c5 to 29eabbf Compare This comment has been minimized.
This comment has been minimized.
There was a problem hiding this 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
b019528 to 107efc4 Compare | ☔ The latest upstream changes (presumably #148245) made this pull request unmergeable. Please resolve the merge conflicts. |
107efc4 to d5839f9 Compare | @bors r+ |
| @bors rollup=always |
…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)
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
…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)
…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)
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
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)
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