-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add require_password_to_approve option for MRs #808
Add require_password_to_approve option for MRs #808
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, lgtm if tests pass! 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you rebase and run make reviewable
? We added Description
fields to all schemas recently.
This pull request has merge conflicts. Please rebase your branch onto |
@grv87 are you still willing to work on this? IHMO it's almost ready for a merge :) If not, we can follow up on it :) |
c68ae39
to
4e8d1b5
Compare
Conflicts are resolved. Thank you! 😀 |
I took the liberty and added the necessary changes to get this merged. |
This functionality has been released in v3.11.0 of the Terraform GitLab Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue. Thank you! |
Description
Adds
require_password_to_approve
argument togitlab_project_level_mr_approvals
resource.Follow-up for xanzy/go-gitlab#1116
PR Checklist
//lintignore
comments that came from copied code. Linter rules are meant to be enforced on new code.