MergeQueueGroupingStrategy Enum
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.
Possible Values
#
ALLGREEN
The merge commit created by merge queue for each PR in the group must pass all required checks to merge
HEADGREEN
Only the commit at the head of the merge group must pass its required checks to merge.
Usages
#
References
#
- Field groupingStrategy from MergeQueueParameters
Previous
MergeQueueEntryState
