Skip to content

Commit 9c87693

Browse files
committed
extra log message
1 parent e313828 commit 9c87693

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/cmd/root.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ func processRepository(ctx context.Context, client *api.RESTClient, graphQlClien
292292
return fmt.Errorf("failed to combine PRs: %w", err)
293293
}
294294

295+
Logger.Debug("Combined PRs", "count", len(matchedPRs), "owner", repo.Owner, "repo", repo.Repo)
296+
295297
return nil
296298
}
297299

0 commit comments

Comments
 (0)