where `{repo_name}` is the name of the repository, `{run_number}` is the run number of the failed check, and `{job_number}` is the job number of the failed check.
### Configuration options
-`enable_auto_checks_feedback` - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
-`excluded_checks_list` - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
-`persistent_comment` - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.