Skip to content

Conversation

@ktyagiapphelix2u
Copy link

Description

We changed the branch name logic because the workflow regenerated the same branch name on reruns (since it was based on github.sha), causing GitHub to reject the push with “fetch first” because the branch already existed on the remote.

Copilot AI review requested due to automatic review settings December 13, 2025 06:06
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a branch naming issue in the GeoLite database update workflow that prevented workflow reruns from succeeding. The change updates the branch naming logic to use github.run_id instead of github.sha, ensuring each workflow run (including reruns) creates a unique branch name.

Key Change:

  • Modified branch name generation to use github.run_id instead of truncated github.sha to prevent duplicate branch names on workflow reruns

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ktyagiapphelix2u ktyagiapphelix2u merged commit b25d1bc into release-ulmo Dec 13, 2025
70 checks passed
@ktyagiapphelix2u ktyagiapphelix2u deleted the ktyagi/boms342 branch December 13, 2025 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants