Overview
PR Checks validate pull requests before merge to reduce risk.
Prerequisites
- Source control connected.
- PR Checks enabled in Project Settings.
Steps
- Open a PR in Serpent.
- Review the Checks panel.
- Run or re‑run checks as needed.
- Fix issues and re‑run until all checks pass.
What checks can run
- Unit tests
- Apex tests
- Validations
- AI Review
Expected outcome
A PR that meets quality and deployment requirements.
Troubleshooting
- If checks are unavailable, confirm PR Checks are enabled in Project Settings.
- If Apex tests fail, review errors and fix the underlying class or test.
