Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion merge-queue/administration/advanced-settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ All three work regardless of which testing mode you chose (Draft PR or Push-Trig

1. Navigate to the **Merge Queue** tab, select your queue, then click **Settings**
2. Find the **Required Status Checks** section
3. Use the CI job selector to choose which status checks must pass. The selector shows CI jobs that have been seen on recent PRs.
3. Use the CI job selector to choose which status checks must pass. The selector shows GitHub status check and check run names observed on recent pull requests in your repository. If a check name does not appear in the list (for example, a new workflow not yet seen on a recent PR), type it in directly and press Enter to add it.
4. Selected statuses override the GitHub branch protection defaults for the merge queue

<Info>
Expand Down