Page MenuHomePhabricator

When a "Draft" revision is closed into "Published" (not "Abandoned"), it should immediately promote
Closed, ResolvedPublic

Description

See D20558, which I cowboy'd because it (probably?) blocked the normal review flow. It's now stuck as a draft.

When a user takes a "Close Revision" action or we discover a commit and close a revision in response, we should also promote the revision out of "Draft".

(We shouldn't do this if a revision is abandoned, because "abandon a draft" is an explicit supported workflow.)