/multipr

A system for sending out many PRs to many repositories, managing their state, and helping to get them merged

Primary LanguageRustApache License 2.0Apache-2.0

multipr

Do you need to make one really large change that you want to split into multiple PRs, each with different reviewers?

Do you need to make a lot of small changes to many repositories and you need some way to track all of those PRs?

Mutipr is a system for sending out many PRs to one or many repositories, managing their state, and helping to get them merged.

Why is this in Rust?

Because I wanted to learn Rust.