Accept/decline T-compiler backports from Zulip#2155
Accept/decline T-compiler backports from Zulip#2155apiraino merged 1 commit intorust-lang:masterfrom
Conversation
a42cf9d to
b265ac9
Compare
b265ac9 to
80d4110
Compare
|
I guess this patch went under the radar because I didn't request a review r? triagebot |
05aa91f to
6d99fff
Compare
f32c8db to
f373c3c
Compare
52295ac to
93156bd
Compare
|
r? @Kobzol I think it's ready for another round of review (when you have time) |
943b9d1 to
62d8f88
Compare
24e3df8 to
4c3dd4e
Compare
Do you mean if on Zulip calling |
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)
4c3dd4e to
9ce791d
Compare
|
No, on GitHub. Right now the backport command sends a GitHub comment from triagebot with |
|
ah ok! Yes it will trigger a reaction applying the labels (for GH after all it's a normal comment from a GH user). Thanks for the review! |
This patch adds a new Zulip command:
@triagebot backport <channel> <action> <PR>Example:
@triagebot backport stable accept 123456@triagebot backport beta decline 654321This 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 acceptor evenaccept) to be used from#t-compiler/backports(topics contain all necessary info to build the command parameters)