Make check-status-of-pr step prettier. For eg: in https://ews-build.webkit.org/#/builders/40/builds/1226, output of check-status-of-pr step is marked as failure and fills up complete screen, making the overall page not so readable. Few ideas for making it nicer: - check-status-of-pr step shouldn't be marked as failed if a PR is pending ews checks, better to either mark it a success or warning . Better to communicate the result of checking PR status by setting that step's summary appropriately. - "PR 19427 unsafe for merge-queue" => "PR 19427 not ready for merge-queue" (since pending check doesn't indicate that it's unsafe) - Nit: the result of checking (e.g.: Success, pending etc.) can be printed in same line.
<rdar://problem/117505427>
Pull request: https://github.com/WebKit/WebKit/pull/19603
Committed 269985@main (4235d273c502): <https://commits.webkit.org/269985@main> Reviewed commits have been landed. Closing PR #19603 and removing active labels.