Understanding SPR status indicators
masterThe git spr update command provides visual feedback on the status of your pull request stack using check marks.
- A pull request is considered ready to merge when it has four check marks (e.g.,
[✔✔✔✔]). - Four check marks indicate that the PR has:
- Passed all checks.
- Received an approval.
- Has no conflicts.
Partial check marks (e.g., [✗✗✔✔]) indicate that the PR is still pending checks, approvals, or conflict resolution.