Fix Bitbucket Cloud importer pull request state
Due to e404c311, all pull requests are created in the `opened` state because assigning the `state` parameter when creating a `MergeRequest` no longer works. To fix this, define the `state_id` in the `initalize` step to ensure state_machine has the right value to use. Closes https://gitlab.com/gitlab-org/gitlab/issues/35746
Showing
Please register or sign in to comment