chore: fix various tests

This commit is contained in:
Julian Tölle 2024-08-02 19:06:32 +02:00
parent 3b6aca0f9b
commit 5e52f82a28
3 changed files with 7 additions and 13 deletions

View file

@ -123,7 +123,7 @@ func reconcileReleasePR(ctx context.Context, forge rp.Forge, changesets []rp.Cha
}
if pr != nil {
logger.InfoContext(ctx, "found existing release pull request: %d: %s", pr.ID, pr.Title)
logger.InfoContext(ctx, "found existing release pull request", "pr.id", pr.ID, "pr.title", pr.Title)
}
var releaseOverrides rp.ReleaseOverrides