mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 17:28:00 +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
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user