From 585d9e8a038b28e62e39f14fb64741cb6e7e2274 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:35:19 -0700 Subject: [PATCH 01/13] Update OpenAPI Description (#43338) --- src/github-apps/lib/config.json | 2 +- src/rest/data/fpt-2022-11-28/schema.json | 8 ++++---- src/rest/data/ghae/schema.json | 8 ++++---- src/rest/data/ghec-2022-11-28/schema.json | 8 ++++---- src/rest/data/ghes-3.10-2022-11-28/schema.json | 8 ++++---- src/rest/data/ghes-3.6/schema.json | 8 ++++---- src/rest/data/ghes-3.7/schema.json | 8 ++++---- src/rest/data/ghes-3.8/schema.json | 8 ++++---- src/rest/data/ghes-3.9-2022-11-28/schema.json | 8 ++++---- src/rest/lib/config.json | 2 +- src/webhooks/lib/config.json | 2 +- 11 files changed, 35 insertions(+), 35 deletions(-) diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index cc03cff154..e5af0051eb 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "1b91b04f33ca9cd793951478139283ed4f540421" + "sha": "cd15105abbd188f1d9bc5ac730932fff9fe5cd8e" } \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index e8db26345d..f482c43884 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -136129,7 +136129,7 @@ } ], "previews": [], - "descriptionHTML": "
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Updates a check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to edit check runs.
Updates a check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to edit check runs.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Lists check runs for a check suite using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Lists check runs for a check suite using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
If there are more than 1000 check suites on a single git reference, this endpoint will limit check runs to the 1000 most recent check suites. To iterate over all possible check runs, use the List check suites for a Git reference endpoint and provide the check_suite_id parameter to the List check runs in a check suite endpoint.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array and a null value for head_branch.
Lists check suites for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the repo scope to get check suites in a private repository.
Lists check suites for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the repo scope to get check suites in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array and a null value for head_branch.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Updates a check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to edit check runs.
Updates a check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to edit check runs.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Lists check runs for a check suite using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Lists check runs for a check suite using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
If there are more than 1000 check suites on a single git reference, this endpoint will limit check runs to the 1000 most recent check suites. To iterate over all possible check runs, use the List check suites for a Git reference endpoint and provide the check_suite_id parameter to the List check runs in a check suite endpoint.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array and a null value for head_branch.
Lists check suites for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the repo scope to get check suites in a private repository.
Lists check suites for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the repo scope to get check suites in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array and a null value for head_branch.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Updates a check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to edit check runs.
Updates a check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to edit check runs.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Lists check runs for a check suite using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Lists check runs for a check suite using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
If there are more than 1000 check suites on a single git reference, this endpoint will limit check runs to the 1000 most recent check suites. To iterate over all possible check runs, use the List check suites for a Git reference endpoint and provide the check_suite_id parameter to the List check runs in a check suite endpoint.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array and a null value for head_branch.
Lists check suites for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the repo scope to get check suites in a private repository.
Lists check suites for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the repo scope to get check suites in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array and a null value for head_branch.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Updates a check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to edit check runs.
Updates a check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to edit check runs.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Lists check runs for a check suite using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Lists check runs for a check suite using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
If there are more than 1000 check suites on a single git reference, this endpoint will limit check runs to the 1000 most recent check suites. To iterate over all possible check runs, use the List check suites for a Git reference endpoint and provide the check_suite_id parameter to the List check runs in a check suite endpoint.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array and a null value for head_branch.
Lists check suites for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the repo scope to get check suites in a private repository.
Lists check suites for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the repo scope to get check suites in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array and a null value for head_branch.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Updates a check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to edit check runs.
Updates a check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to edit check runs.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Lists check runs for a check suite using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Lists check runs for a check suite using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
If there are more than 1000 check suites on a single git reference, this endpoint will limit check runs to the 1000 most recent check suites. To iterate over all possible check runs, use the List check suites for a Git reference endpoint and provide the check_suite_id parameter to the List check runs in a check suite endpoint.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array and a null value for head_branch.
Lists check suites for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the repo scope to get check suites in a private repository.
Lists check suites for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the repo scope to get check suites in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array and a null value for head_branch.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Updates a check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to edit check runs.
Updates a check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to edit check runs.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Lists check runs for a check suite using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Lists check runs for a check suite using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
If there are more than 1000 check suites on a single git reference, this endpoint will limit check runs to the 1000 most recent check suites. To iterate over all possible check runs, use the List check suites for a Git reference endpoint and provide the check_suite_id parameter to the List check runs in a check suite endpoint.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array and a null value for head_branch.
Lists check suites for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the repo scope to get check suites in a private repository.
Lists check suites for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the repo scope to get check suites in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array and a null value for head_branch.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Updates a check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to edit check runs.
Updates a check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to edit check runs.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Lists check runs for a check suite using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Lists check runs for a check suite using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
If there are more than 1000 check suites on a single git reference, this endpoint will limit check runs to the 1000 most recent check suites. To iterate over all possible check runs, use the List check suites for a Git reference endpoint and provide the check_suite_id parameter to the List check runs in a check suite endpoint.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array and a null value for head_branch.
Lists check suites for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the repo scope to get check suites in a private repository.
Lists check suites for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the repo scope to get check suites in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array and a null value for head_branch.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Updates a check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to edit check runs.
Updates a check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to edit check runs.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Lists check runs for a check suite using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Lists check runs for a check suite using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the repo scope to get check runs in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
If there are more than 1000 check suites on a single git reference, this endpoint will limit check runs to the 1000 most recent check suites. To iterate over all possible check runs, use the List check suites for a Git reference endpoint and provide the check_suite_id parameter to the List check runs in a check suite endpoint.
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array and a null value for head_branch.
Lists check suites for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the repo scope to get check suites in a private repository.
Lists check suites for a commit ref. The ref can be a SHA, branch name, or a tag name. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the repo scope to get check suites in a private repository.
Note: The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array and a null value for head_branch.
HUd;$4vL9jPN7iJ!>x0hn}%d4ARQw8`G6cZg{|Qod(?fy)&nY zolm1k!!&ws`*)CNjBWPJd0*k7M9%`Tg0+ca1vOkOMgF0}kwA3IP}J*WOCNPs>$NFP zDQmcvx6<1I3#HY%h37!;> zm+1Xw$?9cIIeq2jpMws wE%?Xm|V~Xx@ox~tGxPK<>0v?oxY9aLzInTJ) zPjJD*eSXTN{arsYNX**G%dnT$Kk>^zbiqh0IYR_{VD2k$N4VcduUlzzO3El{tfGB> z)RAa0(oJ%mpA%urxMbASoV!oMTV7Tc)XVLEJOtFWa%8s5^3&Y`qzlEw%>$Lg=@h0# zXEt==iNrdd+oTP{fsC-NdsAm=5Kl0;F!YJ&(@|0}xR}$2 z#M3JUanI7td8zE-&V%!?v>-ub+B{lLkN3@>4=g<;0Q&DNG$mQwX;c6XEh~?c3W? z!sTV(wnIDgb+Zl|_i8-(%stJGi| VGL5OX1dD;K~I_2B)4-_)G6i%U%mK38%2M~njpw*f5>o; zOpy-5jKuluJX9}?B7$B1ty p*(x*^1_R}^w+PByDX`|W51<* zQJ0Fr`ME-)-;CG}-D)X1{|M2I>pMaTxt;*j-jDzPW9mE{*?RvyZnU&^tF{;&My*n- zcF|p{b`d4DYHty<_HL_o?b^iNdn+|+1wo9OAx01cx#xTD{oeaK`2%v!^PJ~-&gb)a zzuuqN=D4J0AL$BcW4$BEac`jruq~MKJG7(y4wkc)%@?NASC$UwE5qUhLormy*_r>j zM#P40hmE_adaJh$2s}*40&!S*;j#EB+xvFyg$rQVrJ9x=c-gBSq5yot31)bmvm|-q z;R~?zCr{Qld5PvlS_JPn)rZ7y#dd&z-eH_QR@axZKU@9a(D&GDyR^FIgfL?m-wL>v zO>q=Mq6T~&^hbFW=ZAqs=yG6XB~EuIZ5eFbGzJU26;`)uQ(iC84CFc94V!6~*(9CG z-#Qwjwz~U|1ePc6xdkQlK5dqcMnTy38v;H_>tRk3O;)}S2Y0rf%6y6zpbg#|YYo+6 zI=Z@M_xjG#wrEM^Cb6S#YsL{iu5UCST;7o6KI${yE`H}bQ*!=61@XQec;IN5nSu2U zC#-_+wN%bCe;XT{R|9EMvo3&OCD&Sn-bueb!fpPUiCT(`JWV0G%U5NhL%_Iv<0zU+ zKeHEgXC95Kx4CsawsBGg>`&iE+u(U}nL*|B0wq>^i!tzR*99q-*x+uq0gx77UyQRH z(pxnrPseSxcY0?A(UbV1X_b8^p55~$Cblo_kM1`jJ(rF{*`4!{oaC7q1~i)*qy)Fj zBUOgD6xK4$gI0T!2nCQNW9M40<5~str7VqJd(ZiM!ZB)#c_xAW fbq>Vz#T z{S}!X85n!4)sD9rRsbTbsi@SsCXbRNJrKUR>9QK^*uoEQIB!Ze*)tg30N)8R4^lyS zD$>=@J11R~hSji{pZVWrv-<=>) _@`qt4>h=_zRF4|g$&xM)Vw=~FX*gtz z<**k+&iyz}8Nr7owj{`ga-QC`KlLcQ`QN0~9&9D2@?~-pS!#b}4b{fX9s%bM&7h?X z5-)#*c(3!0)l-O8;jrP<{K(+oPk&~3GvV;dfj5(o2}cqF#_7kNgo!A~WXPmp TAE-C1i$g&4x7I-l;C6%v|GWs)SxJnCDKshmgXikk3W6ve0N-|FJ z^igz~ap&(6Z(2N_8jiC?G#{RENkaAe*L!)6!Mma#PdC)(Y#wj)fK2P1UFXlPPJr+} z{faX(x03v6g0TGKp#;m}bL#B#>vr$## |`Te!z7~d9q6>PE$#AE(g zVSg;QN`0(-3~>b6j6bhE^3HWMR&Xorto;KSP_%=_S3W>e^p<;bI?eVva@?k+Q50TG zcUPuLPP)f&C8u_Ava8~}m1rmAww7R`xh3NuW2&x|&~UzR&l#%Kyp?;;9Q{=caXcnR zW0@e^FTCSAR_((A)y+V-*%P`)D&6sKjQcY{Nz3eP?b|;$py15ZwV$9$aRvKlx-qBt zO}9~(T*2mv!H>`>D?Zy9$yWC XNwy)G-XcGNUo!Xq|qca&1uY1bF$wO z@lSXVDmZw{v3HJ`fSAbgPd+qm$Xn%T<(>A+7jLjSx^P1Ii7ED{j_8Phr)}T8;PiJ? z_mM51H)Qvu)`)(cWTS 17oJQR=|Bxc#Xad_%ex%_vTj0iR=W8(l*(xc8Ve7 zs6(AuTqP_}mle @={S7&1;lkK z0d>i>&C0swQ>$ JJTw1EHLYHz7w|p&dgH^H_q1@ zZZBzsJz3nf@3{Ov@Jk*L)pO{Zqyd5Lj5iSuEBsBfRhGyz+&iAXJBVkAB1W{>Zj4uD z<#2N(Eq^=ex>p5xhw@8W?K3-I+v6`iREFAISSZqcp22x55Z&1??NMo_A=qn{R0qfg zKjJu-;MSO=A1ve~t&q*z74YC8!4(cV93~%;CW`A-?ap;YdRx2;C=2@*UiBMH@+F7s z6-$TcU S;a-BIn-kg z`H+0-sx6+u?WQm)kTCk1J3Q$PZVm^eRd?|6EK6{aQ@-vrg}#uXnVB!YuV@V>C-9Hg zZx%uX16HI|6dfWRHJBQ#6&iT|lpn#S#mmQ}xb?6UKAf&XGI3EWY6aD_4TPik8|-?0 zu2>ycK~MRbw+?nWv21U`F!s|YQUUnm_I5+N#il7}fYw+#2@dectCy#nno8@0?L4LU zQ0kdk-|P6mt-! o7s3}!GB6p+JEC=)kjJmoKedrW +lvUeO-@hkrAUyC= k-EueH=9f5Y^U-bOk!#;yr z#7KYFUH0)iNDDJT74!@HtbVbY6~nfaZ_VLk;AWS8o~AGl<9t`Uu41`SY>UDJ `5ub^kfUel4|+3`jb_JC<;jia?Q*2-9x)S%O0E}n@6@qU444}_yp;L zsu}?sZJxJp;|4XKd&lqvnP!-li?}E?iT$49@IN<1_&5MP6tan$Ygj3*r8+#M1LRKr zD&DsX^QBzkxKme8h 8s)UeKvZSR6BU^X*csLIKQwj%qZAN7Fr@1jje%K#5(dW$O51mf1K?GR-R>|2sse z&F#CziS{d-B7q+fh}I9E!Dht5gZW{$RV;JlzFLH Ckpw%K7E9vdk#V)CVKgen*$P%0ThMJms83GFfUQos~5@%7lkhiI!DtXz1wr z3o;DZlHYqu0s6in`Ipu#O1ml5ZH)Dc&YtXU?SSdfv-T^_h|(SQvx;#tq->U~+;ZNF zKM9D)kf=myTE!8SZ&(7&DNPpH>G{i@zUy9yW!R{dX*l%_qZ)FtdLh%ZbT9FfOC2Ro zCOcl*@c!}fUS5?jHYRe124J}+JJa|6n(5H8I9NJ-T+^Mj+J4(pabMH;YXA1gfC6_c zyN0Vm^C}!~f*Ktd^oU(nBQAGcma(~tFy3pM8O8&Pa0SkQsQq|Wf0)gHC{yUS%J=yh z2Hsgd{biN$cv?U%LCRrq8zwJ{+lh}7&p!#Y!tOL;*BV<6r86@4Lwyy-=lV>eSp=$F zU3|+eu+zJTO$Q+PI7dd|Z}yiidx-Q=z?ksw`Bg`!$`8o?5>5u; N6*u%rl|Sm`li2ZZ1rdDJe8RWs7jd!3{| z{MvR68skSDiROP*<~~W7hBR3)=|RC0F`OLEvGy{?>oO-@J%SrE_XQt${U{hcvg6$? zT!Xf)!AoPOpr!NA)+C%WGYNg%yyYsq4{v`Og;dITe|j5Q%GpYd%19AH`)sbnk67(1 z=c6*4@;jc8joSLux#&lfw0-ZK@IBo2f$m0}C?1ifTA3LFErEKEO;1kDAd0(Z7NIjP zKj+UcAK9mcXA3_U9(p{jSPKiwGu-2~cvHvlWQ+LFeoK;F&^3Y51HZHi7q9p8`Ta!F zQQNFgtW}{lH_l&Lsz24?qF4?A{l2V5dBi ^$Xy2?g%(j0vL}qAxFx9*@46@!MiRgzx#C zir%-|OQ!GMKZ~4^!+xD{v?RCNBf`jM`hqW*@#)%tBgI1O6B&-X3{LHszBC}U;x$8q zWQSF}>i{ik9WjFw^noxIb=gVZfUY!A%Q?_f%Zj8xL^QPW#7VDhH8@<7p>YQ$35;Mr zzZ{NFU{M_#AH#C$g)d=D;@3A-y@=@NyGjlW-1di5TF=}3y8EO@CC|O(eZ3@mH}X3| z9DWoj{_S2JrTqBLS{3p>O||uby{LDPH6f66x|gLx$?Nr;`RsVi`X-qh&lcNN2!pbN z^fK%7n1i=(m~7uVI;v`Uun8*PU`Qi^Zax_c%cWDg+e)zGj>-{qrHj)R^h#0U8wrBd zS5)v7RjMK~TJfbB!_vH6>NS0S^md;SRa?|7HRYep?`&>mYkt=hR#E|7r7%h^Z^b%~ zkx^)An61 z-y^U1IDIzuzphqgeoP-oh*C3I0ACO3t-R8`ga7J^b8h*Xr6k_fr0OjEo#{ASM)gL9 z>Y%C4JDyl}ds~eo>I=m`uurHf6|v0KO20sSgY3eKUW;1uwUKwCQ1?LQ%KIALwyS## zvaeOmY}Ce~0wtv<>axCS*{2qJD&r34`v&zKunVe1q f1(^Z3dsB!$)Q9TRX`EN}>Klr4aQubEF|yL|Pl8mt%6mcjIo#MpM!+R07o zJ)d-~KQoCm;oSbTo_ZH567xPoWZm)MZP &`RwAheJz*QnQUZt6=ooT!HV= zsZ1qLs^<7=#U;sQ8DT_y^USneYYYjoxs>Ta0(&RgyRPoOoIKjnEUfJd>kBman a z&%+%eN7= xO#1+8BapA(mbK zVL2s?(hW!b$7z&!XW9GKU2<5hls_#QM5)L|YVop}gH)FGUn={`Dq~q;GSC8Mc&H zJQ(V%5!b!L8{FG@ce>J`^}cJXHE9ib-yQ8zdwC%xt}d;mn1q#Y-v;`l3kRn_b3-SR zblX(zqyv m6#$Ad?(q?0}-Fo^<~XOIWCECb!|x`L)Ydny9TAx3cO*BF#D|Hu*9u! zvsW#C;ZsJPuw1f5wwBIjavwzZ=*yC0DIbygtot^bi^Rw%c`ijZ 3Nr`Nx_#ch8dmZ1~Qz1P>c-tS+IEOS|d3ItuHoj`+2Hu@D z2b2 K|ZTi@V(2zf`aPuTg-glOo&qjIYZSXt8Ah zn6XEb>Dw>zL WPtbSTVRD`rbL6hVu-;c<==$(5@= zYMz?!R*x_&af}VMN(3Y|(<~$;HH)}8K7utNvzj@*JfUrPA}@hx91(WVh4KxliYEo~ z5*`$@YgbDeMkCt+V(WEI|KXcxqWMqar29rn(PckdSZ}JYg_T<4Ex`6yir06Dnyob_ zYpC4w{5{G13o93t1^RZ$t4Tqu1j_YOzyf310&NXj>s&4MyUP#F6c1Jp?QjPUj%stw z@|8|v{|fMz{Dg0?`J&T;NZKGMW)be_=+{H$mt8g4?>>llqQ=Ay4(3T!aCD291GbXX zWf*%v0i6O-IIfCIbYY9EXlJ<3LzqqSp6~H-{m-?G-y1SdqU_IN--$XczB(c =MOa&+BMIPt@kogi*xHNpJ!o7}-pgP`+jSbxt0N6@W$>euv+!vkNx zz)USI>KjJX!XEYr#8>61flUSgAMXjFyhkXBeoCSlYS)+kV{lk)SlDiC5^O+IEW$2v zj%E2H^ZzU!2IJK}jXOaKEO%q1vUfPT*4OIiJ;EBW8Tg)(R?{SV9Yez{eCyZT_B%k4 z^3CrvZ(;qrZ!T7N`>W-hMLgTb#GYo$UY*3EF|>;@`>ol3Ry!j e$?6~e^;U0>6p_FLdo ?hdeR73$6V3x_)h&Mn`INx$8Fro6pl`4u!s*sl~~^w8)^~Z(B3swb)kV zfA9m`Kq+%=^ZJ4s7*Nd@@(?ZLT|f4y|BU;)1bf81XB8tXJ4>^G>>Bvq2l{u6AlT}C z*Q$@}0U2KwNak8w=F(CJe53^Ja5o-6u45QyIIcB>h5SQv{Vyg|dOr|0My<2e{h8Cv z5vd~)Uf+DPg* IZBY`^;V&;EY0T&U7X-}A@T zv@27K S+e-wJ+~3zXy`a{~FDWTm_ju78 z u>Y5o^@X%Hm@o5Lw;!#Du(Y=3bQbq*^*RZ0iKmMST7t$7}=48!lk;(% ~v-MS4 z8f$m|OzRxKT> CR`E+9ZpLYu+#uix?cmE~T7>9`F qm5{f zbsRY`f64=@*O4k=-y&w3|IgXM+%OPUGuFDB{Z#&CvdZt7mW72Sc|TWOHXnVWMY3hm zpwo)1jDLqhsFtylJ$B@#d&8pj4JLXfu|B%og|$Bp2cM+EzSv|6$YR$w%>X77`R_;z zCX&ss^&pAnW3nx}l>gbeWxNVF_S(RE3Pg+aJ!}Cj4qu79|8FV>hHYuAQn4wWO;R6l zSj#x9wbXCt%a*zBZVw~AlufDE|H0IST*IVOFUUihZD|E$yriIQFk&yM;CgxEl+G43 z(BkEPuQH<)mX7*s6_!%Qv^Qo} xi7dX#{auL2eZy~M>sUc0=yZDUJO{cF>BAUOAJ7$AO7 Qw)WL0idH0mQay8bS4&cy6qk_b?K`{c*97V1S8V6 C2Tc zAIWzSwNXnksH=XrGgwF;^Ea^c!Ou!w7B*y~MSQ_qdM0C+#+vf>l*~h{uAY9>KZl~m zkx$ A?lqI=i?G-C$``7E%RiTJ!NHiL};2Q`UjbQ$3aP5E;;tvzdq z!x}Jx;1_OQc?bmoBH6UeeFJrr?{c30$95%xw9^uoJ_WiIIIbHT*6L(GnzmnRct!zS z6XM{C)8{_C@#?uvv&Zf_1*G!!mC3D@_RznPgw+tYgHaKya3PzRg_S073i$q2o_>B! zuj~SjuuXb=_}+P#7BF>t4#59c+DKJ7KDRhp5my;Hw=i8Dy$G~Ji=nZ|E~A!~)&ovC zkDZwZa6-4x_|?fK{ekGB#OdPL{KIv}GCG8RGXGU(QY_1^e`_Mo`7l4-)ba2Md7)lC zlMW>tlEq<__wBbV;?VY~4Ux8^V(eLJEm~#6$jE5JN3ql$C!;be+;HmB4{uv1+bT;b z#_H-K!g(|N`rOqm8W=JCR(@>NDb%Z9J_XgHC7sgUAe3V2Kw);_`0R5?RP#mC#Khxt zbmyLiD_t@N9h{9A#{RJ$Rue|HD?H;Tll@4nD0ugg*LQcmNMPTi^&Fo}1tgWbxM& z*D8BDgTjn2KQloLtV#fg46}`nVifWK`C~$oen0@TvlR+R`k%Qf_q6JOBb`yJAEV3H zvJ^O NTUsm2ax>7LOI+mZtgXV3R1jnyjyC3}u$7qfJFxsfH?8MFhvy>zLk&Wy zxy(5U?r*kiOQxUi@`Kofq@ _`sb4s=%0)C+eJi$fUJVdDK!Fw3>ylz$ zPjup^E+4CUXywY@kExn|jQF&j)+_5u(Sxj}{M#;}KuKx05lYQ=5F-7LwzV6zjSb^~ z&Y$^A;S_^M>WlOH&io9}829O!$@>lj?83-D<;r{f@~DQJrj6Shj&bt*3LqI{D#8Wj zAG&5>n3wHV^M}p 5uo)99&JF_7$xO z=r@j+#>sbh9=jJ q6A$h`&AM9siRB8BOAKNBcaw@k@p5R8aN(u@JlS}g+rhBWM!--|;oZYAm!HyMg z>0Goo06;dMp9AhPBR7^7L3og#?WDxARQS|ojqnM3_Bj@SAUAwsr5;ahaME6hV_>y0 zij5tv%-Vy(HqO3_R(j6$ PR z&t1li-YeQAKZLJ;L>zXJX36ypTkkX9iC%x$mUJa#eByF80=g3N>TIPL_ju*Qh5w%W z+frGBRlL(0et#;aWt2jI)r6ArR1vmT8N({C2S8wsdCQK+XYm?}XrGMmFxeK+6s~(N zMbi=Zvs?0+P;kr9YsX4QLg)7kbVw4|eLJ5(PHNF&j%kiSIthx^B6zPbH1@yOQMlRe z)?rQBVs%U#q0?bjug)1T@c}DDuQau@%RUtsmvldO-^SKNM+-VX-AOfTCv %<1M7X=UR$r*~Nduk#uAL#Bd5CbBnLW+0 z3rQs@)0(-aVVipw7y-2(; YR zvBH5A;uTIp$#_Z+kp2CYiD21&I(4%p2>Rpo$j>nRv!vJf1x|;9uq{@d0!xw|GcK6* z7-o4Y +&&OLdtdORL^6ll0^l*%d=xBqfOeaUCLf^1 zfwCoRM4qhgdHy70p0+FifOcBZXl!2I6Y!pfBKF6@^53*F-IYvJIn0djJ(p)H+WkS3 zMbffDjE?0l&~5_MAQpI~iXQhz7N;76FHQ+5ZkKjNm0Q)8QU8F5tXF!O?b8M2*fUHk z4A^u{jL<%udImbbkJAGr#3h@yE31kl(GOm!gj4Efo~EIH;^!zu+E;2Aln0&Ce|$U6 z+Ww0n=lJXV@YT@3Zx=Y;Q|i)j^hqXLVcPOJ|F`;^6)#9;eOu<}BWE){^0A04EzbS} z|BwAX?r $I@>a}Y@Xw~h?@e?>*67)rydTF)G6UAmM$Yp;0YD2FLq25 zc<`#RtH)RG$`Qu2g4@|^Ic+Svi@P=}Nsd1w=FasXn=A}|&!3)xCk|!h79bu~HGi(J z#jQ(*FQnK{&&;0~s!Z@#-YWw~pV#U5wB_jh{VvYRIW0!X+WQTpTj};-oapp11* Y