Is your feature request related to a problem? Please describe.
When creating a PR in openmct-yamcs that depends on changes in openmct core, we have to wait for the openmct branch to be merged first.
Describe the solution you'd like
To resolve this, as part of the PR build process, we should attempt to checkout the openmct core branch of the same name if it exists, otherwise fallback to master.
Is your feature request related to a problem? Please describe. When creating a PR in openmct-yamcs that depends on changes in openmct core, we have to wait for the openmct branch to be merged first.
Describe the solution you'd like To resolve this, as part of the PR build process, we should attempt to checkout the openmct core branch of the same name if it exists, otherwise fallback to master.