mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 17:55:42 +00:00
ci: check_polkadot_companion_status: don't verify mergeable_state (#5473)
This commit is contained in:
committed by
GitHub
parent
1363675adb
commit
2008d3601a
@@ -76,11 +76,11 @@ then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if jq -e '.mergeable and .mergeable_state == "clean"' < companion_pr.json >/dev/null
|
if jq -e '.mergeable' < companion_pr.json >/dev/null
|
||||||
then
|
then
|
||||||
boldprint "polkadot pr #${pr_companion} mergeable"
|
boldprint "polkadot pr #${pr_companion} mergeable"
|
||||||
else
|
else
|
||||||
boldprint "polkadot pr #${pr_companion} not mergeable or clean"
|
boldprint "polkadot pr #${pr_companion} not mergeable"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user