aboutsummaryrefslogtreecommitdiffstats
path: root/code-review-gh-start
AgeCommit message (Collapse)Author
2023-12-08code-review-gh-start: Add "origin/" prefix to merge baseHEADmasterTeddy Wing
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.
2023-07-27code-review-gh-start: Get the merge base from the GitHub APITeddy Wing
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.
2023-07-27code-review-gh-start: Idea to get merge base from GitHub API via gh CLITeddy Wing
2023-07-27code-review-gh-start: Idea to get merge base from GitHub pull requestTeddy Wing
To alleviate dealing with repositories that don't use "master" as their master branch.