Skip to content

Rough FAQ

Tetsuharu OHZEKI edited this page Apr 28, 2017 · 3 revisions

This place is to store FAQs that are not elevated to README.md in the repository root.

Can I change the branch name for Auto-Merging?

A. Please await to resolve https://github.com/voyagegroup/popuko/issues/99

Can I provide reviewer privilege for all users who can comment to the repository?

A. Set regard_all_as_reviewer as true in your OWNERS.json

This bot does not work Auto-Merging with our CI backend well...

This bot checks the status of the branch used for Auto-Merging naively. It may be flakey. Please file a new issue or comment the detail of your problem.

Can I enable auto-merging without configuring TravisCI or any other CI service?

Probably No.

We don't test it concretely, but it would not work correctly by our design which assume that status webhook will incoming after ordering to merge the pull request.

In the first place, we should use some CI service to develop a solid product. No CI is not "modern" development which this application should help. Please setup a CI service for your repository if you'd like to use auto-merging.