-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add T-compiler backports Zulip notifications #140397
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
Add T-compiler backports Zulip notifications #140397
Conversation
|
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.
I know this isn't strictly related but could you remove those four FIXMEs attached to the T-rustdoc+{stable,beta}-{nominated,accepted} handlers now that they've been fixed by rust-lang/triagebot#1853?
Otherwise you or I can send a separate PR. Edit: Eh, let's do that.
170a129
to
b5e9db1
Compare
b5e9db1
to
3f4e535
Compare
@bors r=davidtwco rollup |
…iaskrgr Rollup of 3 pull requests Successful merges: - rust-lang#140397 (Add T-compiler backports Zulip notifications) - rust-lang#140851 (Warn when `#[export_name]` is used with generic functions) - rust-lang#140862 (Enable non-leaf Frame Pointers for Arm64EC Windows) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#140397 - apiraino:t-compiler-backports-zulip-notifications, r=davidtwco Add T-compiler backports Zulip notifications This patch make it so, that the triagebot willl send notifications to the Zulip channel [#t-compiler/backports](https://rust-lang.zulipchat.com/#narrow/channel/474880-t-compiler.2Fbackports) when a label `{stable-beta}-nominated` is added to beta or stable backport pull request. Requirement to trigger this notification is that the pull request be labeled `T-compiler`. Note: Zulip notifications can send notifications also on other events (`message_on_close` and `message_on_reopen`) but I omitted them for now, I am not yet sure we need them. r? `@davidtwco`
This patch make it so, that the triagebot willl send notifications to the Zulip channel #t-compiler/backports when a label
{stable-beta}-nominated
is added to beta or stable backport pull request. Requirement to trigger this notification is that the pull request be labeledT-compiler
.Note: Zulip notifications can send notifications also on other events (
message_on_close
andmessage_on_reopen
) but I omitted them for now, I am not yet sure we need them.r? @davidtwco