Skip to content

Commit

Permalink
Merge pull request #73 from RodrigoMNardi/report/rerun_report_limit
Browse files Browse the repository at this point in the history
Rerun Report
  • Loading branch information
RodrigoMNardi authored Jun 6, 2024
2 parents f2a8324 + 633ad2c commit 30e2330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reports/re_run_report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ def create_csv(filename)

def raw_output(result, file_descriptor: nil)
result.each_pair do |pull_request, info|
next if info[:total] <= OFFENDER_LIMIT

print("\nPull Request: ##{pull_request} - Reruns: #{info[:total]}", file_descriptor)

info[:check_suites].each do |cs|
Expand Down

0 comments on commit 30e2330

Please sign in to comment.