Closed EyalDelarea closed 1 year ago
go fmt ./...
We used close/open for state_event object when updating GitLab Merge Request. Which resolved in panic and errors from the api.
Update to valid states, update open -> reopen.
GitLab api docs: https://docs.gitlab.com/ee/api/merge_requests.html#update-mr
go fmt ./...
for formatting the code before submitting the pull request.Bug description:
We used close/open for state_event object when updating GitLab Merge Request. Which resolved in panic and errors from the api.
Fix:
Update to valid states, update open -> reopen.
GitLab api docs: https://docs.gitlab.com/ee/api/merge_requests.html#update-mr