/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:
{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 thechecks tool by setting configurations under the checks part in your configuration file.
Example usage

