Closed isanae closed 3 years ago
Actually, this needs to get all PRs for all for projects and check branch names, because branches may not be unique and checking them out blindly from other projects might get random stuff. Doing a PR from master
would be particularly bad.
Done.
Add something like
build --pr repo/123
: 1) Find the remote branch for the PR from the github API; 2) Attempt to checkout this org and branch for all MO projects; 3) Fall back on main org/branch if it's not found (see #13);