ModOrganizer2 / mob

Mod Organizer Builder.
15 stars 22 forks source link

Checkout for PRs #20

Closed isanae closed 3 years ago

isanae commented 4 years ago

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);

isanae commented 4 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.

isanae commented 3 years ago

Done.