Skip to content

Allow housekeeper changes to use the merge request URL

Tiger Watson requested to merge housekeeper-use-mr-link-in-keeps into master

What does this MR do and why?

Adds support for using a placeholder for the merge request URL, <HOUSEKEEPER_MR_WEB_URL>, that keeps can use in their code. This will be substituted for the actual URL when the merge request is created. The intended use case for this is being able to set fields such as introduced_by_url in batched background migration dictionary files (example)

To enable this, the housekeeper now pushes an empty branch and merge request before committing to the branch.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Tiger Watson

Merge request reports