Skip to content

Fixed a regression making it impossible to sync new versions of versioning pull requests with base branch updates - #705

Merged
Andarist merged 2 commits into
mainfrom
fix/github-api-force-push
Aug 3, 2026
Merged

Fixed a regression making it impossible to sync new versions of versioning pull requests with base branch updates#705
Andarist merged 2 commits into
mainfrom
fix/github-api-force-push

Conversation

@Andarist

Copy link
Copy Markdown
Member

fixes a regression from #675

…oning pull requests with base branch updates when using GitHub API pushes
@Andarist
Andarist requested review from beeequeue and bluwyAugust 3, 2026 11:18
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 6f8a5b4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
NameType
@changesets/actionPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Comment threadpackage.json
"@actions/github": "^9.1.1",
"@changesets/get-release-plan": "^5.0.0-next.7",
"@changesets/ghcommit": "^3.0.0-next.1",
"@changesets/ghcommit": "^3.0.0",

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

this is just a driveby update

Comment threadsrc/github.ts
base: {
commit: context.sha,
},
force: true,

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

this is the core fix

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Added@​changesets/​ghcommit@​3.0.0731009992100

View full report

@bluwybluwy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Don't know why I had removed that. Can you shorten the PR title before merging?

@AndaristAndarist changed the title Fixed a regression making it impossible to sync new versions of versioning pull requests with base branch updates when using GitHub API pushesFixed a regression making it impossible to sync new versions of versioning pull requests with base branch updatesAug 3, 2026
@Andarist
Andarist added this pull request to the merge queueAug 3, 2026
Merged via the queue into main with commit 77be81bAug 3, 2026
7 checks passed
@Andarist
Andarist deleted the fix/github-api-force-push branch August 3, 2026 12:05
Sign up for freeto 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

@Andarist@bluwy