Add merge related settings for Groups API support
Add support for the following fields in the Groups API:
- only_allow_merge_if_all_discussions_are_resolved
- only_allow_merge_if_pipeline_succeeds
- allow_merge_on_skipped_pipeline
Implementation Guide
- Read the
CONTRIBUTING.mdguide for setting up your local development environment and clone the community fork of this project. - Add the three fields to any
Groupstructs used ingroups.go. So structs returned when getting groups and structs used to update groups. - Add tests, ideally also integration tests.
- Run
make reviewablebefore raising an MR.
Edited by 🤖 GitLab Bot 🤖