spacedentist / spr

Submit pull requests for individual, amendable, rebaseable commits to GitHub
https://getcord.github.io/spr/
MIT License
378 stars 33 forks source link

Even if no base branch is needed, one is created when rebasing an existing PR #72

Closed sven-of-cord closed 2 years ago

sven-of-cord commented 2 years ago

I just noticed this: when creating a PR for a commit whose parent is on master, no base branch is created. That's correct. When the commit is rebased on a newer commit on master and spr diff updates the PR, we still don't need to create a base branch, but spr does.