You can explicitly specify base branches that Aviator should monitor, this way Aviator will ignore any PRs that target a different base branch. A base branch can also be specified as a glob pattern. Here’s an example config: Copy
merge_rules:
base_branches:
- master
- /release-*/
Previous How-to Guides for MergeQueue Next How to Customize Required Checks Last updated 11 months ago Was this helpful?