Skip to content

Commit

Permalink
Merge pull request #3 from CalMWolfs/show-correct-size
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs authored Oct 7, 2024
2 parents c2e0c63 + c86b671 commit ee6c024
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ object SkyHanniChangelogBuilder {

println()
println("${sortedPrs.count()} valid PRs found")
println("Excluded PRs: $excludedPrs")
println("Excluded PRs: ${excludedPrs.size}")
println("PRs with wrong names: $wrongPrNames")
println("PRs with wrong descriptions: $wrongPrDescription")
println("Done PRs: $donePrs")
Expand Down

0 comments on commit ee6c024

Please sign in to comment.