mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-07 10:17:02 +00:00
chore: fix various tests
This commit is contained in:
parent
3b6aca0f9b
commit
5e52f82a28
3 changed files with 7 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue