Skip to content

Renovate does not recognize the last commit author #32157

Closed Answered by rarkins
rblin081 asked this question in Request Help
Discussion options

You must be logged in to vote

Renovate will use platformCommit to perform signed commits via GitHub's API instead of using git directly. The git author/committer for this is determined by GitHub, using a combination of the app's name and ID.

Renovate itself can discover this email address, the logic is here:

if (platformConfig.isGHApp) {
platformConfig.userDetails ??= await getAppDetails(token);
const ghHostname = platformConfig.isGhe
? URL.parse(platformConfig.endpoint).hostname
: 'github.com';
discoveredGitAuthor = `${platformConfig.userDetails.name} <${platformConfig.userDetails.id}+${platformConfig.userDe…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rblin081
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants