Skip to content

open-pr

Create a pull request for a completed patch attempt.

Usage

sh
repovista open-pr <patch-id> [--dry-run] [--base <branch>] [--branch <branch>] [--title <title>] [--force]

Options

OptionPurpose
--dry-runPreview the PR command and content.
--base <branch>Base branch for the PR.
--branch <branch>Branch name to use.
--title <title>Pull request title.
--forceAllow opening a PR for a patch attempt with no recorded changed files.

Examples

sh
repovista open-pr pat_abc123def456 --dry-run
repovista open-pr pat_abc123def456 --base main --branch repovista/fix-abc --title "Fix RepoVista finding"

Requirements

This command creates a commit, pushes the selected branch, and opens the pull request with the GitHub CLI.

Released under the MIT License.