Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DeepSourceCorp/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DeepSourceCorp/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: async-fix
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Mar 13, 2026

  1. Fix empty results when falling back to last completed run on PR path

    - When auto-branch detects a PR and the current run is still in progress,
      the fallback path was using GetPRIssues which returns empty results
      because PR-level issues aren't populated until the run completes
    - Switch to GetRunIssuesFlat with the fallback commit OID in this case,
      matching what the non-PR fallback path already does
    - Add regression test for the PR fallback scenario (#6884175)
    jai-deepsource committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    c1154da View commit details
    Browse the repository at this point in the history
Loading