Skip to content

Commit

Permalink
change nudging author email, to have application ID
Browse files Browse the repository at this point in the history
KFLUXBUGS-1922

Signed-off-by: Robert Cerven <[email protected]>
  • Loading branch information
rcerven committed Nov 28, 2024
1 parent f15262c commit 80dba6a
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 80dba6a

Please sign in to comment.