It seems to still be possible to select something like origin/master when choosing a base branch for the pull request. This is probably being added because it's the calculated default (even though it's not in the list of branches).
Figure out why this is happening and make it impossible to make a mistake when submitting pull requests. As a stop-gap, it might be wise to put a hold on calculating defaults here.
From #137.
It seems to still be possible to select something like
origin/master
when choosing a base branch for the pull request. This is probably being added because it's the calculated default (even though it's not in the list of branches).Figure out why this is happening and make it impossible to make a mistake when submitting pull requests. As a stop-gap, it might be wise to put a hold on calculating defaults here.