ci: check_polkadot_companion_status: don't verify mergeable_state (#5473)

This commit is contained in:
gabriel klawitter
2020-03-31 23:03:35 +05:30
committed by GitHub
parent 1363675adb
commit 2008d3601a
@@ -76,11 +76,11 @@ then
exit 0
fi
if jq -e '.mergeable and .mergeable_state == "clean"' < companion_pr.json >/dev/null
if jq -e '.mergeable' < companion_pr.json >/dev/null
then
boldprint "polkadot pr #${pr_companion} mergeable"
else
boldprint "polkadot pr #${pr_companion} not mergeable or clean"
boldprint "polkadot pr #${pr_companion} not mergeable"
exit 1
fi