Kick your PR into gear.
- Checkout the PR in a worktree
- Rebase the PR against the main branch (e.g.
master
,main
, etc.) - Force push with lease to the PR - you will be prompted for confirmation before it does this
- Delete the worktree
gh extension install nick96/gh-kick
gh kick <pr number>