SupacodeSupacode
GitHub

Pull Requests and CI

Review PR status, inspect checks, and trigger common GitHub actions

When GitHub integration is enabled, Supacode can attach pull request data to worktrees whose branch maps to an open PR.

What you see in the UI

Supacode can show:

  • pull request state
  • draft vs ready state
  • status check summaries
  • failing check details
  • workflow run state for the current branch

These details appear in the sidebar and toolbar so the selected worktree stays grounded in its review state.

Actions available

From Supacode, you can:

  • open the PR on GitHub
  • mark a draft PR ready for review
  • merge the PR
  • close the PR
  • open failing check details
  • copy the failing job URL
  • copy failing CI logs
  • re-run failed jobs

Merge strategy

The PR merge action uses the repository's configured merge strategy:

  • Merge
  • Squash
  • Rebase

Change this in Repository Settings.

Automatic archive after merge

If Automatically archive merged worktrees is enabled, Supacode can move merged worktrees out of the active list for you.

On this page