Skip to content

Commit

Permalink
Rerun Report
Browse files Browse the repository at this point in the history
Filter PRs when is offender

Signed-off-by: Rodrigo Nardi <[email protected]>
  • Loading branch information
RodrigoMNardi committed Jun 3, 2024
1 parent bed54a3 commit e0a2101
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 e0a2101

Please sign in to comment.