multimr 0.1.0

Create identical MR/PRs on multiple repositories.
1
2
3
4
5
6
7
8
9
#:schema ./multimr.schema.json

working_dir = "src_repos"

reviewers = ["alice", "bob", "carol"]

labels = { feat = "type::feature", fix = "type::fix" }

# "$schema" = "https://github.com/h0uter/multimr.schema.json"