Skip to content

Support for adding labels to housekeeper MRs

Tiger Watson requested to merge housekeeper-set-labels-and-assignees into master

What does this MR do and why?

The gitlab-housekeeper gem is a tool for automatically creating merge requests for repetitive things like finalizing batched background migrations. It was introduced in !139492 (merged) .

For now this is just a tool developers can run locally to automate the MR creation. Longer term it will be run in CI. It is not actually part of the running GitLab application.

This merge request extends the gem to add labels to a housekeeper merge request. If a merge request already exists and the labels have previously been modified, no changes are made.

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