-
Notifications
You must be signed in to change notification settings - Fork 61
Extend rfcbot to work for other teams, repos #92
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
This is a lower-priority addendum to this request, of course; focus should primarily be on Rust… but if, along the way in this, you happen to be able to make it easier for non-Rust teams to use rfcbot, I strongly suspect at least one other community (:cough:Ember:cough:) might be interested. |
for fmt-rfcs, there are no other teams involved, so it will always be the style team. Adding |
I would love to be able to use this for random projects, as well. e.g., I've thought about having a LALRPOP RFC process, as well as a Rayon one. |
There's already a configuration file for specifying team members and their associated labels, shouldn't be too hard to make the other rust-lang specific bits configurable too. |
For reference, this was all the things necessary to change when making rfcbot work for our team:
Overall thank you for making the bot, it works really well! |
@anoadragon453 super useful, thank you! If you end up making some of these values configurable via the toml file I'd be very happy to review a PR. I agree that the database situation is iffy, moving to a configuration file was the first step in supporting databases without the rust-lang-* history and it would probably be a decently sized project to take it all the way but one that would be worth doing. It would be super cool if eventually we could make all of the consensus logic configurable so that the two orgs could use the same codebase. |
@nrc, #61 (comment):
I can definitely see this being useful for other repos. Would it still be lower friction to specify which team(s) should review in the command? Something like
@ rfcbot fcp merge style
? That would at least not require teaching the bot about which teams own which repos, but it may not be sufficiently ergonomic to be a good replacement.The text was updated successfully, but these errors were encountered: