Note: accessCode is currently in beta and only available to eligible customers.
After accessCode identifies an issue in your pull request (PR), you can either resolve it or choose not to fix it.
Resolve an issue
To resolve an issue, update your code to fix the accessibility problem.
You can:
- Apply the suggested fix directly in GitHub using Apply suggestion
- Select Add suggestion to batch to combine multiple fixes into one commit
- Implement your own solution
After you push your changes, accessCode automatically runs a new scan.
If the issue is fixed:
- The original comment is updated with an ✅ Addressed in commit label
- The Check Run status updates to 🟢 Resolved.
Dismiss an issue
If the AI Reviewer identifies a false positive, or if you decide not to fix an issue, you can dismiss it.
To dismiss an issue
- Select Resolve conversation on the GitHub comment thread.
After dismissing:
- The Check Run status is updates to ⚪️ Dismissed.
See also
How to use accessCode chat commands in GitHub
How accessCode integrates with GitHub checks and merge enforcement
How accessCode runs automatic and on-demand audits in GitHub