-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Allow rust-highfive to label issues it creates. #72395
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
(rust_highfive has picked a reviewer for you, use r? to override) |
cc @RalfJung |
r? @Mark-Simulacrum (feel free to further re-assign...) |
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.
the code looks fine to me, except that LABELS
could use a list directly rather than sets.
cc @rust-lang/wg-triage, are you ok with these choices of labels?
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.
Works for me!
@Elinvynia Could you update the sets to lists? With that done I think we can merge this in. Thanks! |
Can you also squash the commits into one? Thanks! r=me with that done |
Replace sets with lists.
?r=me |
"r=me" is code for "tell bors to approve this PR in my name". It is also entire inscrutable unless you already know it, and contributors without bors permission cannot use it anyway. But it tells me I can now do this: |
📌 Commit dc4b9fd has been approved by |
Rollup of 7 pull requests Successful merges: - rust-lang#71289 (Allow using `Self::` in doc) - rust-lang#72375 (Improve E0599 explanation) - rust-lang#72385 (Add some teams to prioritization exclude_labels) - rust-lang#72395 (Allow rust-highfive to label issues it creates.) - rust-lang#72453 (Add flag to open docs: x.py doc --open) - rust-lang#72459 (Add core::future::IntoFuture) - rust-lang#72461 (Clean up E0600 explanation) Failed merges: r? @ghost
This is my first meaningful PR, I am unsure how to test this code so any pointers would be welcome!
I am about 50% sure it works.