Skip to content

Aviator app

GitHub App

Aviator app

GitHub App

Why another GitHub app?

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.

How it works

  1. Aviator's MergeQueue monitors all pull requests on your Github repository
  2. Instead of manually merging pull requests, the engineers label them when ready.
  3. MergeQueue prioritizes ready PRs based on FIFO.
  4. Based on your configuration, Aviator performs some operations on PRs.
  5. Merges PR when all the merge criteria has been met.
  6. Reports and dequeues pull requests that fail the criteria.

Read more

https://aviator.co/

Developer

Aviator app is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

Report abuse