The pull request (PR) analysis process helps you identify and address accessibility issues before code is merged into the main branch. During the pull request workflow, Level CI analyzes the changes introduced by the branch, evaluates them against the configured Accessibility Quality Gate, and provides feedback through your CI/CD integration. Reviewing and addressing these results before merging helps prevent accessibility regressions and supports consistent accessibility standards across your codebase.
On this page:
- Create a short-lived branch
- Implement and commit changes
- Review PR decoration
- Adjust the accessibility Quality Gate
- Re-run the analysis

Create a short-lived branch
Create a new short-lived branch for your changes.
Implement and commit changes
Make the required changes to your code and commit them to the new branch.
Review PR decoration
Review the pull request for accessibility findings, Quality Gate results, and other analysis information provided by your CI/CD integration.

Adjust the accessibility Quality Gate
If needed, update the Accessibility Quality Gate configuration to ensure the new code meets your accessibility requirements.

Re-run the analysis
As an optional step, if you make changes based on the analysis results, re-run the analysis to verify that the updated code meets accessibility requirements.