Skip to content

Fix invalid project path for cherry pick summary

Robert Speicher requested to merge rs-fix-cherry-pick into master

Previously, the preparation merge request's project_id attribute could return nil, which resulted in the comment failing to be posted with a 404 error.

Now we use the project's path string.

Closes https://gitlab.com/gitlab-org/release-tools/issues/257

Merge request reports