Skip to main content
GitHub
Git Integration (formerly Qodo Merge) – AI code review agents for pull requests. This documentation describes the Qodo v1 experience. For the Qodo v2 documentation, click here.
The CI feedback tool /checks automatically triggers when a PR has a failed check. The tool analyzes the failed checks and provides several feedbacks:
  • Failed stage
  • Failed test name
  • Failure summary
  • Relevant error logs

How to use the /checks tool

Manual usage Comment on the PR:
Where:
  • {repo_name} is the name of the repository.
  • {run_number} is the run number of the failed check.
  • {job_number} is the job number of the failed check.

Disabling the tool from running automatically

If you wish to disable the tool from running automatically, add the following to the configuration file:

Configuration options

Configure the checks tool by setting configurations under the checks part in your configuration file.

Example usage