-
Notifications
You must be signed in to change notification settings - Fork 30
Detect unmergeable status of PRs #218
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
Comments
Planning on working on this, so I'm adding this here for reference.
Bors
|
Hm, given that we expect bors to be limited to mostly rust-lang/rust -- should the impl of this go to triagebot instead? In fact, maybe that impl already exists (https://forge.rust-lang.org/triagebot/merge-conflicts.html)? |
Oh, interesting. I suppose that rust-lang/rust doesn't enable the triagebot functionality because it uses bors anyway, which already does that. We don't need to implement the comments in bors then, but bors should still know if a PR is mergeable or not. At least to display it in the queue website. |
Bors should track the mergeable status of PRs.
The text was updated successfully, but these errors were encountered: