Skip to content

Accept array of days in day_of_year

Brian Rhea requested to merge allow-day-of-year-to-accept-array into main

This allows us to pass an array of days to "day_of_year" to make it a little easier to automate something for "the first day of the second month of the quarter."

If we want an issue to generate on:

  • March 1
  • June 1
  • Sep 1
  • Dec 1

Then we can set day_of_year: [60, 152, 244, 335] in the issues.yml file.

Edited by Brian Rhea

Merge request reports