Age | Commit message (Collapse) | Author |
|
True, the remote name is not necessarily going to be called "origin",
but that's a reasonable default.
This allows commit ranges to work even when the merge base branch hasn't
been created locally.
|
|
Haven't tested this yet, but the idea is to use the `gh` CLI to call the
GitHub API and get the list of pulls requests. These are filtered to get
the one open for the current branch, and we can then get its merge base
and start a `code-review` review using that merge base.
|
|
|
|
To alleviate dealing with repositories that don't use "master" as their
master branch.
|