Skip to content

For missed-deliverable, check against due date of the milestone

Lin Jen-Shin requested to merge 190-no-more-feature-freeze into master
  • Expand the scope for checking regressions/missed-deliverable (from 10..12 to 11..13)
  • There are two guards here:
    • policies/labels-reminders.yml: This checks if the Deliverable is on an expired milestone (today > due date), if so, add missed-deliverable.
      • Leave a message in this case
    • policies/move-milestone-forward.yml: This checks if ANY issues/merge requests are on a closed milestone, regardless Deliverable or not. We move them to the current active milestone, and add a corresponding missed:xx.x
      • Don't leave a message in this case
      • Generate a report and immediately close it

Closes #190 (closed)

Edited by Lin Jen-Shin

Merge request reports