For the complete documentation index, see llms.txt. This page is also available as Markdown.

Pull Requests - PR stuck "In progress"

Symptoms

  • After clicking Create a Pull Request, the status stays In progress.

Likely cause

PR creation runs in the background; it's usually still working. A status that never completes points back to an SCM-connection or permission problem.

Resolution

  1. It's safe to navigate away — the PR is created in the background, and the status updates to Completed with a direct link when it's ready (see the FAQ).

  2. If it never completes, treat it as a connection/permission issue and follow the steps in "Create a Pull Request" fails or errors.

  3. Still stuck? Contact support@mobb.ai with the report link.

Want your PRs to include a ticket ID (for example, a Jira key) in the title or commit message? See Embedding Ticket ID in Pull Requests.

Last updated