Skip to content

Commit

Permalink
Update pullRequests.php (#615)
Browse files Browse the repository at this point in the history
Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com>
  • Loading branch information
guibranco and gstraccini[bot] authored Oct 10, 2024
1 parent 8477c8c commit 0ee25dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/pullRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function checkPullRequestContent($metadata, $pullRequestUpdated)
return;
}

setCheckRunSucceeded($metadata, $checkRunId, $type);
setCheckRunSucceeded($metadata, $checkRunId, $type, $report);
}

function removeLabels($metadata, $pullRequestUpdated)
Expand Down

0 comments on commit 0ee25dd

Please sign in to comment.