Require an Aviator Status Check

Aviator provides a GitHub status check that you can enable for your PRs. You can also add this status check as a required check in branch protection rules to prevent developers from bypassing the merge queue. In the branch protection settings, you can find this check with the name: aviator/checks.

The check typically contains similar details that you also see on the sticky comment.

This check is enabled by default but it can be disabled using the config setting below:

merge_rules:
  publish_status_check: false

Last updated