clog-tool / clog-cli

Generate beautiful changelogs from your Git commit history
MIT License
851 stars 43 forks source link

RFC: Adding bots #77

Open kbknapp opened 8 years ago

kbknapp commented 8 years ago

In clap we've been using Rust-highfive and Homu to assist with contributions. Rust-highfive (@yo-bot) automatically assigns a reviewer to PRs from a pool of contributors and allows things like reassigning to another reviewer with r? @user which is nice for things like replying from e-mail.

Homu (@homu) on the other hand tests and auto-merges PRs once a reviewer has reviewed and accepted a PR by using @homu r+.

Thoughts on adding these for the clog repos? Homu is a hosted service (free), and Rust-highfive is a free service hosted on a VPS I've got.

cburgdorf commented 8 years ago

We recently added @homu for nickel and I think it's great. I haven't used rust-highfive myself but yeah, I'd be happy to use both for clog.