Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-27 | code-review-gh-start: Get the merge base from the GitHub API | Teddy 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-27 | code-review-gh-start: Idea to get merge base from GitHub API via gh CLI | Teddy Wing | |
2023-07-27 | code-review-gh-start: Idea to get merge base from GitHub pull request | Teddy Wing | |
To alleviate dealing with repositories that don't use "master" as their master branch. |