xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.36k stars 935 forks source link

Add support for ci_forward_deployment_rollback_allowed to Projects #1882

Closed colinodell closed 6 months ago

colinodell commented 6 months ago

GitLab 16.3 added a new ci_forward_deployment_rollback_allowed attribute to the List and Edit project APIs. This option compliments the existing ci_forward_deployment_enabled option by configuring whether job retries for rollback deployments should be allowed.

This PR adds support for reading and updating this attribute.