Skip to content

Handle `missed:x.y` the same way as `missed-deliverable`

Lin Jen-Shin requested to merge remove-extra-missed-labels into master

In !353 (merged) we updated missed-deliverable but we forgot to update ~"missed:x.y" which is required for #356 (closed)

This makes sure that we use the same logic for adding missed-deliverable and ~"missed:x.y". We always add ~"missed:x.y" when missed, and only add missed-deliverable when it's a Deliverable.

Closes #356 (closed)

Edited by Lin Jen-Shin

Merge request reports