wait-for-pr-checks
Wraps bin/wait-for-pr-checks.sh. Poll-based; uses gh pr checks <num> under the hood. The script is the same one release.sh will
uses to gate the tag step (when --wait-for-checks is passed),
so the contract is shared.
1. Resolve the PR number
The script auto-resolves from the current branch via gh pr view,
so the most common invocation is:
bin/wait-for-pr-checks.sh --target <cwd>
Pass --pr <number> when watching a PR you don't have checked out.
[Description truncada. Veja o README completo no GitHub.]