Skip the test run for a given commit so the Empirical check does not block the PR
Marks a test run as skipped for the specified repository and commit. Useful when a commit does not require a test run (e.g. documentation-only changes) and you want to unblock a required Empirical status check on a PR. When the Empirical GitHub App is installed for the repo, this endpoint also creates a GitHub check run with conclusionDocumentation Index
Fetch the complete documentation index at: https://docs.empirical.run/llms.txt
Use this file to discover all available pages before exploring further.
skipped so a required Empirical check does not block
the PR. If no Empirical GitHub App is installed for the repo, the request still succeeds and
check_run_id will be null.
/api/v1/git-checks/skip is deprecated and now redirects here. Please update
your callers.API key from the Empirical dashboard.
Repository and commit to skip.
Test run skipped. check_run_id is the ID of the GitHub check run created as skipped, or null if no GitHub reporter app is installed for the repo.