From 0ee25ddacb9d0a2d5ffc12a75269cb8485691a40 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Thu, 10 Oct 2024 14:48:51 +0100 Subject: [PATCH] Update pullRequests.php (#615) Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com> --- Src/pullRequests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/pullRequests.php b/Src/pullRequests.php index 5f7dec9..b31027f 100644 --- a/Src/pullRequests.php +++ b/Src/pullRequests.php @@ -185,7 +185,7 @@ function checkPullRequestContent($metadata, $pullRequestUpdated) return; } - setCheckRunSucceeded($metadata, $checkRunId, $type); + setCheckRunSucceeded($metadata, $checkRunId, $type, $report); } function removeLabels($metadata, $pullRequestUpdated)