stack-attack icon indicating copy to clipboard operation
stack-attack copied to clipboard

PRs should be opened in order

Open taneliang opened this issue 4 years ago • 0 comments

Currently, PRs are opened in an indeterminate order, because we're creating the PRs in a Promise.all. We should do this sequentially instead as users will expect them to be created in order.

Example of a PR stack created in a random order: https://github.com/MLH-Fellowship/scheduling-profiler-prototype/pull/110

image

taneliang avatar Aug 15 '20 09:08 taneliang