Skip to content

Don't enqueue unpublished changeset for closing

Warren Gifford requested to merge es/no-close-unpublished into main

Created by: eseliger

Currently, this query matches unpublished changesets and they would get enqueued with Closing: true. The reconciler would actually attempt that then and (hopefully) fails. We should ideally never enqueue them, so this PR fixes that.

Merge request reports

Loading