-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Update t-compiler beta nomination Zulip msg #147527
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
base: master
Are you sure you want to change the base?
Conversation
b69b451
to
c340aa0
Compare
|
rustbot has assigned @Mark-Simulacrum. Use |
e4c6a54
to
dcb6bce
Compare
maybe r? @Kobzol (as soon as GitHub starts working again) |
We can always change the wording later, the current wording is fine by me. |
r? compiler (for someone to approve and merge 🙂 ) |
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.
Sorry, forgot to send one comment. I was mostly waiting for other people to chime in, but if no one has a comment in a ~day, you can r=me.
@bors delegate+
@@ -759,6 +765,7 @@ zulip_stream = 474880 # #t-compiler/backports | |||
topic = "#{number}: beta-nominated" | |||
message_on_add = "PR #{number} has been **accepted** for **beta** backport." | |||
|
|||
# This is disabled |
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 would just remove this if it doesn't do anything. We can always create it again in the future if we redesign how it works.
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.
Are those really disabled? I don't see anything in the triagebot changes that makes them disabled. So same as @Kobzol comment, let's actually remove them.
Sister patch of triagebot#2191
Follow-up to #147263
The triagebot now triggers a different message when a PR is nominated for backport, making it look like more a suggestion to evaluate for the author/reviewers than a mandatory decision for the team to take.
The wording (as per triagebot#2191) is open to suggestions.
Thanks