aboutsummaryrefslogtreecommitdiffstats
path: root/code-review-gh-start
AgeCommit message (Collapse)Author
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.