Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.56 KB

File metadata and controls

17 lines (12 loc) · 1.56 KB

RepositoryRuleMergeQueueParameters

Properties

Name Type Description Notes
check_response_timeout_minutes i32 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
grouping_strategy String 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.
max_entries_to_build i32 Limit the number of queued pull requests requesting checks and workflow runs at the same time.
max_entries_to_merge i32 The maximum number of PRs that will be merged together in a group.
merge_method String Method to use when merging changes from queued pull requests.
min_entries_to_merge i32 The minimum number of PRs that will be merged together in a group.
min_entries_to_merge_wait_minutes i32 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.

[Back to Model list] [Back to API list] [Back to README]