Set up Pre-Queue Conditions
This guide describes how to setup pre-queue conditions.
RegExp PR Title and Body Validation
Aviator supports validating the PR title and description. For instance, if you want to require each PR title to have a ticket number, or if you have a checklist of items in the body, you can setup the preconditions:
Using this now, Aviator will look for a PR title starting with “[AVT-”, and would require the body to have the following two checks marked as done:
When the checks fail, you will see the “name” of the validation reported in the comment as failure, blocking the PR from getting queued:
Last updated