Skip to content

Commit

Permalink
fix(release): remove checkout and pull steps to keep workflow referen… (
Browse files Browse the repository at this point in the history
#6737)

running into errors in generate changelog action where it can't create
the PRs due to conflicts, this removes the non essential git
configuration steps to keep the reference branch the same


## Test plan
N/A, couldn't test locally need the github UI
<!-- Required. See
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles.
-->
  • Loading branch information
kalanchan authored Jan 22, 2025
1 parent 64d3fab commit bfa18e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
git config --global user.name 'sourcegraph-bot'
git config --global user.email 'bot@sourcegraph.com'
git fetch --tags origin
git checkout main
git pull
- name: Download changelog
env:
GH_TOKEN: ${{ secrets.DEVX_SERVICE_GH_TOKEN }}
Expand Down

0 comments on commit bfa18e6

Please sign in to comment.