Don't enqueue unpublished changeset for closing
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.