MQ Created Branches
Find out when Aviator MergeQueue automatically creates branches and pull requests in our guide. mq-bot-* branches and draft PRs, mq-tmp-* branches, and more.
mq-bot-* branches and draft PRs
mq-tmp-* branches
CI configurations
GitHub Actions
name: test
on:
pull_requestname: test
on:
push
jobs:
unit-test:
if: startsWith(github.head_ref,'mq-tmp-') != true
runs-on: "ubuntu-latest"CircleCI
Buildkite
Others
Last updated
Was this helpful?
