Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 2.51 KB

quick-setup.md

File metadata and controls

41 lines (25 loc) · 2.51 KB
description
Get started with MergeQueue smoothly using our guide. It's the recommended point to begin your journey. We will walk you through the initial setup steps.

Getting Started

This setup guide will walk you through the initial set up for MergeQueue. Since most capabilities of Aviator revolve around merging, we recommend you to start here.

1. Create an account. Register here.

2. Follow the onboarding flow to connect to the Aviator GitHub app, authorize one or more repositories that you want to automate.

{% hint style="info" %} If you have trouble connecting the app, please read the troubleshooting doc. {% endhint %}

3. Select the repository on the Repositories page to configure the rules. This will take you to the Basic Configuration page to customize some basic settings.

Configure a repository.

4. On this page, you will see two GitHub labels. These labels are the most common ways for Aviator MergeQueue to interact with your pull requests. The default trigger label is called mergequeue.

Add a trigger label that tells Aviator your PR is ready to be merged.

5. Verify the required status checks are set correctly. By default, Aviator sync the required checks from GitHub branch protection rules, but you can customize them here.

Required checks on Merge Rules page

required check configuration from UI

{% hint style="info" %} If your team is using Parallel mode, Aviator bot will use the same checks for both original PRs and draft PRs. However, if you want to customize checks for draft PRs, you can do so under Override required checks in the Parallel Mode section. {% endhint %}


That's it. You are ready to go. Now when a PR is ready, tag the PR with the trigger label mergequeue defined above. Let the Aviator bot handle the verification and merging the PR.

Simply add the trigger label and your PR will be queued and merged.