About
From the developer
Aviator is a Github app that monitors your Github PullRequests and automatically merges them after running all the required validations. It ensures that the base (typically master) branch is always green. There are advanced workflows with parallel optimistic queuing and batching. Read more at aviator.co
While CI tools can run test on every pull request when it's opened, and on every branch after it's pushed, it may not be sufficient to avoid broken builds.
For instance, if you have two pull requests that modify dependent code, the tests could pass on each pull request independently and Github would allow the merge but the build may break after the merge.
You may configure Github to block pull request that is not up-to-date with master to avoid this issue. But this may not scale with your team. This configuration means every individual engineer has to:
- Update current branch with master.
- Wait for the test to pass again.
- Merge the pull request when it's done.
- In case another pull request is merged before that, repeat the steps above.
Aviator eliminates this hassle by automatically your merge workflow.
Pricing and setup
No payment required
Free plan
No payment required
Aviator is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation