Github API - Test Config

MergeQueueConfiguration [object]

Configuration for a MergeQueue

Attributes
checkResponseTimeout Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

The amount of time in minutes to wait for a check response before considering it a failure.

maximumEntriesToBuild Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

The maximum number of entries to build at once.

maximumEntriesToMerge Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

The maximum number of entries to merge at once.

mergeMethod PullRequestMergeMethod

PullRequestMergeMethod [enum]

Represents available types of methods to use when merging a pull request.

Possible values
MERGE

Add all commits from the head branch to the base branch with a merge commit.

REBASE

Add all commits from the head branch onto the base branch individually.

SQUASH

Combine all commits from the head branch into a single commit in the base branch.

API:
Github GraphQL API

The merge method to use for this queue.

mergingStrategy MergeQueueMergingStrategy

MergeQueueMergingStrategy [enum]

The possible merging strategies for a merge queue.

Possible values
ALLGREEN

Entries only allowed to merge if they are passing.

HEADGREEN

Failing Entires are allowed to merge if they are with a passing entry.

API:
Github GraphQL API

The strategy to use when merging entries.

minimumEntriesToMerge Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

The minimum number of entries required to merge at once.

minimumEntriesToMergeWaitTime Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

The amount of time in minutes to wait before ignoring the minumum number of
entries in the queue requirement and merging a collection of entries

API:
Github GraphQL API