Skip to content

Set git identity in upgrade changelog rename step#3169

Merged
gaborbernat merged 1 commit into
pypa:mainfrom
gaborbernat:fix/upgrade-workflow-git-identity
Jun 13, 2026
Merged

Set git identity in upgrade changelog rename step#3169
gaborbernat merged 1 commit into
pypa:mainfrom
gaborbernat:fix/upgrade-workflow-git-identity

Conversation

@gaborbernat

Copy link
Copy Markdown
Contributor

The scheduled Upgrade embedded dependencies workflow failed in its "Rename changelog with PR number" step with:

fatal: empty ident name (for <runner@...>) not allowed

The peter-evans/create-pull-request action configures its own committer identity, but the follow-up step runs a bare git commit with no identity set on the runner, so it exits 128 (see run 27464646715).

Configure the github-actions[bot] identity (the same one create-pull-request uses) before committing the renamed changelog fragment.

@gaborbernat gaborbernat merged commit 78df6f0 into pypa:main Jun 13, 2026
58 checks passed
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.

1 participant