Closed RicePatrick closed 2 months ago
This PR fixes an issue where the omitempty tag on the new DefaultBranchProtectionDefaults uses a period instead of a comma for allowed_to_merge, resulting in the create and update requests not properly updating the merge options.
omitempty
allowed_to_merge
@svanharmelen - Would you mind cutting a new version when you have a free moment? There's a MR on the terraform provider that depends on this fix :)
Done 👍🏻
This PR fixes an issue where the
omitempty
tag on the new DefaultBranchProtectionDefaults uses a period instead of a comma forallowed_to_merge
, resulting in the create and update requests not properly updating the merge options.