Skip to content

Remove --require option from gitlab-housekeeper but load all keeps/*.rb

What does this MR do and why?

Remove --require option from gitlab-housekeeper but load all keeps/*.rb

This -r keeps/... is proving to be unnecessary and likely it's fine to just always load all the files in keeps/*.rb.

I considered the possibility of loading everything in keeps/*.rb as well as keeping the option around in case someone wanted to manually load a keep that was in a different directory but I couldn't think of any good reason to do that. So to simplify the options I've just removed it.

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.

Merge request reports