Skip to content

ci: Renovate — commit via platform API (fix repository-changed abort)#35

Merged
chaudharydeepanshu merged 1 commit into
mainfrom
ci/renovate-platform-commit
Jul 24, 2026
Merged

ci: Renovate — commit via platform API (fix repository-changed abort)#35
chaudharydeepanshu merged 1 commit into
mainfrom
ci/renovate-platform-commit

Conversation

@chaudharydeepanshu

Copy link
Copy Markdown
Contributor

On pdf, the live Renovate run aborts with repository has changed during renovation right after creating its first branch, even though the base branch is verifiably stable — the classic self-hosted git-push race when a repo's CI reacts to the pushed branch. RENOVATE_PLATFORM_COMMIT=enabled commits through the GitHub API instead. Wrapper tracks @main, so it applies immediately.

…orts

RENOVATE_PLATFORM_COMMIT=enabled. On repos whose CI reacts to the pushed branch,
the local-git-push path trips Renovate's base-SHA guard ("repository has changed
during renovation - aborting") right after creating the first branch. Committing
through the GitHub API sidesteps it.
@slopfairy

This comment has been minimized.

@chaudharydeepanshu
chaudharydeepanshu merged commit 6917770 into main Jul 24, 2026
5 checks passed
@chaudharydeepanshu
chaudharydeepanshu deleted the ci/renovate-platform-commit branch July 24, 2026 04:02

@slopfairy slopfairy left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Tip

Approved — minimal, well-scoped fix for a real Renovate race condition

Checked

  • RENOVATE_PLATFORM_COMMIT is a static literal — no injection surface
  • No permission changes to the workflow
  • External action (renovatebot/github-action) already pinned to full commit SHA
  • No internal whuppi/ci refs in this file, so self-check will not flag anything
  • Conventional commit title matches repo conventions

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