MergeQueueParametersInput Input Object
Merges must be performed via a merge queue.
Fields
#
checkResponseTimeoutMinutes
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
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
Limit the number of queued pull requests requesting checks and workflow runs at the same time.
mergeMethod
Method to use when merging changes from queued pull requests.
minEntriesToMergeWaitMinutes
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.
MergeQueueParameters
MergeStateStatus
