Skip to content

Commit

Permalink
Merge pull request #375 from rcerven/nudgeauthor
Browse files Browse the repository at this point in the history
change nudging author email, to have application ID
  • Loading branch information
rcerven authored Nov 28, 2024
2 parents f15262c + 80dba6a commit 55c26e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/renovate_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func (u ComponentDependenciesUpdater) GetUpdateTargetsGithubApp(ctx context.Cont
ComponentName: component.Name,
GitProvider: gitProvider,
Username: fmt.Sprintf("%s[bot]", slug),
GitAuthor: fmt.Sprintf("%s <123456+%s[bot]@users.noreply.github.com>", slug, slug),
GitAuthor: fmt.Sprintf("%s <%d+%s[bot]@users.noreply.github.com>", slug, githubAppInstallation.ID, slug),
Token: githubAppInstallation.Token,
Endpoint: git.BuildAPIEndpoint("github").APIEndpoint("github.com"),
Repositories: repositories,
Expand Down

0 comments on commit 55c26e6

Please sign in to comment.