-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Migrate from highfive to triagebot #3018
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @JohnTitor (or someone else) soon. Please see the contribution instructions for more information. |
Thank you! @bors r+ |
Oh, please don't merge yet. This needs infra work first.
|
☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14 |
@JohnTitor This should not have been merged. I'm concerned that the bots will conflict with one another and possibly get into a loop. Can you revert it please? |
Ah sorry, I didn't read the description carefully! |
Also, I'm not sure how the loop is caused, is it an implementation issue? If I opened a revert PR, the issue could occur, right? Then I think waiting for the above highfive PR to be merged would be fine as the rate of PRs here isn't high. |
We have to wait for infra to do it. It can take time for people to get around to things, and this wasn't intended to be something dealt with quickly.
I haven't tested, but the concern is that both bots will be handling
Hm, I'm not sure, possibly. Is the master branch protected? I don't suppose you can push directly to it? |
Thanks for clarifying! I see, I'm going to revert then.
Yes, we have, and I cannot modify it. At least, highfive will print the below for my PRs and
|
Revert "Auto merge of #3018 - ehuss:highfive-triagebot, r=JohnTitor" This reverts commit 605f6c3, reversing changes made to dafa567. Ref. #3018 (comment)
Revert "Auto merge of #3018 - ehuss:highfive-triagebot, r=JohnTitor" This reverts commit 605f6c3, reversing changes made to dafa567. Ref. #3018 (comment)
This migrates this repository from using the highfive bot to using triagebot (aka rustbot).
This should not be merged without coordinating the removal of the highfive webhook and/or merging rust-lang/highfive#433.