jules_rebase_pr
Rebase an existing GitHub PR onto the latest base branch locally and force-push with lease to eliminate PR collision and out-of-date branch warnings.
Instructions
Rebase an existing Jules GitHub PR against the latest base branch (e.g. main) locally and force-push with lease, eliminating PR collision and out-of-date branch warnings on GitHub.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Absolute local repository path. | |
| base_branch | No | Base branch to rebase onto (defaults to 'main'). | |
| pr_url_or_number | Yes | GitHub PR URL or number to rebase. |