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: sourcegraph/deploy-sourcegraph-docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sourcegraph/deploy-sourcegraph-docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.5.x
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Jul 9, 2025

  1. [Backport 6.5.x] Fix(release): promoteToPublic.finalize github:pr upd…

    …ate main target bug (#1231)
    
    Closes REL-1067
    
    ## Problem
    
    The release pipeline has been systematically failing in the
    `promoteToPublic.finalize` workflow with this error:
    ```
    Warning: 1 uncommitted change
    must be on a branch named differently than 'promote/release-v6.4.3889-update-main'
    ```
    
    ## Root Cause
    
    The final `github:pr` step in the `promoteToPublic.finalize` workflow
    was incorrectly trying to create a PR from the current branch to itself:
    
    - **Current branch**: `promote/release-{{version}}-update-main`
    - **Target branch**: `promote/release-{{version}}-update-main` ❌ (same
    branch!)
    - **Should target**: `main` ✅
    
    This happened because the variable `internal_branch` was set to the
    current branch name instead of the intended target branch.
    
    ### Test plan
    This will have to be tested on a release
     <br> Backport d7ddf22 from #1227
    
    Co-authored-by: Warren Gifford <warrenbruceg@gmail.com>
    sourcegraph-release-bot and DaedalusG authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    228c3d7 View commit details
    Browse the repository at this point in the history
Loading