Skip to content

Commit 1b90e0e

Browse files
committed
total prs
1 parent aec1983 commit 1b90e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ func displayTableStats(stats *StatsCollector) {
534534

535535
// Print summary mini-table with proper padding
536536
summaryTop := "╭───────────────┬───────────────┬───────────────────────┬───────────────╮"
537-
summaryHead := "│ Repos │ Combined PRs │ Skipped │ Combined PRs │"
537+
summaryHead := "│ Repos │ Combined PRs │ Skipped │ Total PRs │"
538538
summarySep := "├───────────────┼───────────────┼───────────────────────┼───────────────┤"
539539
skippedRaw := fmt.Sprintf("%d (MC), %d (DNM)", stats.PRsSkippedMergeConflict, stats.PRsSkippedCriteria)
540540
summaryRow := fmt.Sprintf(

0 commit comments

Comments
 (0)