How to Set Up Pre-Queue Conditions
This guide provides steps to configure pre-queue conditions. Get detailed instructions with screenshots and samples in Aviator Documentation.
RegExp PR Title and Body Validation
preconditions:
validations:
- name: Require JIRA ticket in title
match:
type: title
regex:
- '^\[AVT\-\d+\].+$'
- name: Require tests have been run checkbox
match:
type: body
regex:
- '^\[x\] All relevant tests have been run$'
- name: Require documentation checkbox
match:
type: body
regex:
- '^\[x\] The documentation has been updated$'

Last updated
Was this helpful?
