Skip to content

Commit a71623b

Browse files
committed
remove stub
1 parent 934603f commit a71623b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

internal/cmd/root.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -401,13 +401,6 @@ func fetchOpenPullRequests(ctx context.Context, client *api.RESTClient, repo git
401401
return allPulls, nil
402402
}
403403

404-
// CombinePRsWithStats wraps CombinePRs to collect stats and return combined/skipped PRs and the combined PR link
405-
func CombinePRsWithStats(ctx context.Context, graphQlClient *api.GraphQLClient, restClient RESTClientInterface, repo github.Repo, pulls github.Pulls) (combined []string, mergeConflicts []string, combinedPRLink string, err error) {
406-
// ...existing code for CombinePRs...
407-
// This is a stub. You should move the logic from CombinePRs here and update it to collect combined, mergeConflicts, and the PR link.
408-
return nil, nil, "", CombinePRs(ctx, graphQlClient, restClient, repo, pulls)
409-
}
410-
411404
func displayStatsSummary(stats *StatsCollector) {
412405
elapsed := stats.EndTime.Sub(stats.StartTime)
413406
if noColor {

0 commit comments

Comments
 (0)