Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing enum values for detailed Merge Request status (#20)
* Add missing enum values for detailed Merge Request status * Add `requested_changes` as possible detailed merge status value INFO: This value does not exist in https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/graphql/types/merge_requests/detailed_merge_status_enum.rb but our Gitlab instance sends it, and we have many exceptions "Could not cast enum: `requested_changes` into a `Oneduo\LaravelGitlabWebhookClient\Enums\DetailedMergeStatus`".
- Loading branch information