You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I want to have dev_block treated as a review So that I notice when it gets un_dev_blocked.
Sometimes when we review a pull, it's not ready to ship. Rather than marking it as approved (with CR), we need to dev_block it for further work. When we do that, we want that pull to show up as having an out-of-date CR when it gets un_deploy_blocked, so that we can re-CR (and hopefully approve it). This also avoids looking at pulls which have another dev already involved in CRing if we don't want to.
The text was updated successfully, but these errors were encountered:
When you "dev_block" something, have that inject a "synthetic" but
out-of-date CR signature in the UI. This means that a dev_block somewhat
reserves a place for you to CR it in the future.
Most dev_blocks come after a review and we generally presume that the
dev blocker will come back and CR it after the requested changes have
been made. Therefore, we now show a dev_block as an "inactive" CR.
Also, move the typescript comment to the line it's referring to.
Closes#193
As a developer
I want to have
dev_block
treated as a reviewSo that I notice when it gets
un_dev_block
ed.Sometimes when we review a pull, it's not ready to ship. Rather than marking it as approved (with
CR
), we need todev_block
it for further work. When we do that, we want that pull to show up as having an out-of-date CR when it getsun_deploy_block
ed, so that we can re-CR (and hopefully approve it). This also avoids looking at pulls which have another dev already involved in CRing if we don't want to.The text was updated successfully, but these errors were encountered: