Skip to content
Snippets Groups Projects
Commit 2008d360 authored by gabriel klawitter's avatar gabriel klawitter Committed by GitHub
Browse files

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

parent 1363675a
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment