Skip to content

fix(ci): change branch suffix from short-commit-hash to timestamp to avoid clobbering#821

Merged
wdconinc merged 1 commit intodevelopfrom
create-pull-request-branch-suffix-timestamp
Feb 1, 2026
Merged

fix(ci): change branch suffix from short-commit-hash to timestamp to avoid clobbering#821
wdconinc merged 1 commit intodevelopfrom
create-pull-request-branch-suffix-timestamp

Conversation

@wdconinc
Copy link
Contributor

Briefly, what does this PR introduce?

In #819 a second run of the check-new-versions action cause the modifications to the branch to be overwritten. This PR forces the check-new-versions action to create a new unique branch each time it runs, preventing any clobbering with previous pull requests that may still be under review.

What kind of change does this PR introduce?

Copy link
Contributor

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 bug where subsequent runs of the check-new-versions GitHub Actions workflow would overwrite branch modifications from previous runs that were still under review. The fix ensures each workflow run creates a unique branch by using a timestamp suffix instead of a commit hash.

Changes:

  • Changed the branch-suffix parameter in the create-pull-request action from short-commit-hash to timestamp to ensure unique branch creation on each workflow run

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

@wdconinc wdconinc merged commit 36a4e51 into develop Feb 1, 2026
12 checks passed
@wdconinc wdconinc deleted the create-pull-request-branch-suffix-timestamp branch February 1, 2026 22:49
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.

2 participants