From 0ad5d21b7b2f02740d43a0264da1491816949ab3 Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Thu, 10 Aug 2017 11:45:09 +0200 Subject: [PATCH] Wait for CI not pending until reporting CI status --- open-bot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/open-bot.yaml b/open-bot.yaml index a47c56201..efee56332 100644 --- a/open-bot.yaml +++ b/open-bot.yaml @@ -41,6 +41,14 @@ rules: ensure_2: value: "{{status_2.state}}" equals: "failure" + not: + any: + ensure_3: + value: "{{status_1.state}}" + equals: "pending" + ensure_4: + value: "{{status_2.state}}" + equals: "pending" actions: label: add: "PR: CI-not-ok"