Magidoc

MergeQueueParametersInput
Input Object

Merges must be performed via a merge queue.

Fields

#

checkResponseTimeoutMinutes

Non-null

Maximum time for a required status check to report a conclusion. After this much time has elapsed, checks that have not reported a conclusion will be assumed to have failed

groupingStrategy

Non-null

When set to ALLGREEN, the merge commit created by merge queue for each PR in the group must pass all required checks to merge. When set to HEADGREEN, only the commit at the head of the merge group, i.e. the commit containing changes from all of the PRs in the group, must pass its required checks to merge.

maxEntriesToBuild

Non-null

Limit the number of queued pull requests requesting checks and workflow runs at the same time.

maxEntriesToMerge

Non-null

The maximum number of PRs that will be merged together in a group.

mergeMethod

Non-null

Method to use when merging changes from queued pull requests.

minEntriesToMerge

Non-null

The minimum number of PRs that will be merged together in a group.

minEntriesToMergeWaitMinutes

Non-null

The time merge queue should wait after the first PR is added to the queue for the minimum group size to be met. After this time has elapsed, the minimum group size will be ignored and a smaller group will be merged.