Skip to content

Fix keeps/helpers/milestones.rb

Dylan Griffith requested to merge housekeeper-fix-milestones-helper into master

What does this MR do and why?

Fix keeps/helpers/milestones.rb

This was not working for 2 reasons:

  1. The YML file URL was pointing to the HTML version and was not returning valid YML. It's been updated to the raw path now.
  2. The YML from this URL contains more keys than just version and date so we needed to ignore those other keys when constructing our Struct

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