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

@Andarist Andarist commented Aug 3, 2026

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 bluwy August 3, 2026 11:18
@changeset-bot

changeset-bot Bot commented Aug 3, 2026

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
Name Type
@changesets/action Patch

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 thread package.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
Member Author

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 thread src/github.ts
base: {
commit: context.sha,
},
force: true,

Copy link
Copy Markdown
Member Author

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.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​changesets/​ghcommit@​3.0.0731009992100

View full report

@bluwy bluwy 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?

@Andarist Andarist 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 pushes Fixed a regression making it impossible to sync new versions of versioning pull requests with base branch updates Aug 3, 2026
@Andarist
Andarist added this pull request to the merge queue Aug 3, 2026
Merged via the queue into main with commit 77be81b Aug 3, 2026
7 checks passed
@Andarist
Andarist deleted the fix/github-api-force-push branch August 3, 2026 12:05
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