From 4415552906781514f73d5e66e8192c59f390f0ed Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 17 Nov 2017 19:31:59 -0500 Subject: [PATCH] Don't approve PRs --- poster.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/poster.php b/poster.php index f8acbf6..e692623 100644 --- a/poster.php +++ b/poster.php @@ -52,6 +52,11 @@ function reply_to_issue($body, $output, $success, $system) { $event = 'COMMENT'; } + // With multiple archs, it is better to not approve at all, since + // another arch may come in later with a failure. + // - By request of Domen + $event = 'COMMENT'; + $sha = $body->pr->head_sha; echo "On sha: $sha\n"; echo "Body:\n";