When calling the createProject method, the auto_devops_enabled parameter is not being passed effectively. As a result, the auto_devops_enabled setting cannot be set to false in the newly created projects as expected.
Steps to Reproduce
Call the createProject method with the auto_devops_enabled parameter set to false.
Verify the newly created project settings in GitLab.
Expected Behavior
The auto_devops_enabled setting should be false in the newly created project.
Actual Behavior
The auto_devops_enabled setting remains true in the newly created project.
Issue Description
When calling the
createProject
method, theauto_devops_enabled
parameter is not being passed effectively. As a result, theauto_devops_enabled
setting cannot be set tofalse
in the newly created projects as expected.Steps to Reproduce
createProject
method with theauto_devops_enabled
parameter set tofalse
.Expected Behavior
The
auto_devops_enabled
setting should befalse
in the newly created project.Actual Behavior
The
auto_devops_enabled
setting remainstrue
in the newly created project.Environment
Additional Information
Here is the method signature that I am using: