-
Notifications
You must be signed in to change notification settings - Fork 97
Accept/decline T-compiler backports from Zulip #2155
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
Open
apiraino
wants to merge
1
commit into
rust-lang:master
Choose a base branch
from
apiraino:accept-backports-from-zulip
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+160
−3
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a42cf9d
to
b265ac9
Compare
apiraino
commented
Aug 13, 2025
b265ac9
to
80d4110
Compare
I guess this patch went under the radar because I didn't request a review r? triagebot |
Kobzol
reviewed
Sep 6, 2025
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.
Sounds pretty useful!
05aa91f
to
6d99fff
Compare
apiraino
commented
Sep 19, 2025
f32c8db
to
f373c3c
Compare
0c9f7c7
to
52295ac
Compare
This patch adds a new Zulip command: `@triagebot backport <channel> <action> <PR>` Example: - `@triagebot backport stable accept 123456` - `@triagebot backport beta decline 654321` This can be used to post on GitHub a comment when T-compiler accepts/decline to backport a patch that fixes a regression. Limitations: - This command is only available in the `rust-lang/rust` repository - There is no check on the PR number (in case of mistypes, the comment will go elsewhere)
52295ac
to
93156bd
Compare
r? @Kobzol I think it's ready for another round of review (when you have time) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This patch adds a new Zulip command:
@triagebot backport <channel> <action> <PR>
Example:
@triagebot backport stable accept 123456
@triagebot backport beta decline 654321
This can be used to post on GitHub a comment like this one when T-compiler accepts/decline to backport a patch that fixes a regression.
Limitations:
rust-lang/rust
, I am not aware of other git repos having this workflow. If we want, maybe in the future we can extend to other repos using our custom Zulip linkfiersTested on a custom Zulip instance.
TODO:
backport accept
or evenaccept
) to be used from#t-compiler/backports
(topics contain all necessary info to build the command parameters)