Require an Aviator Status Check

Aviator supports a GitHub status check you can enable for PRs or add as a required check-in branch protection rules. Learn how to set up Aviator status checks.

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.

aviator/checks as a GitHub status check

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

Was this helpful?