diff --git a/content/rest/checks/runs.md b/content/rest/checks/runs.md index 010b542338..14bccf6308 100644 --- a/content/rest/checks/runs.md +++ b/content/rest/checks/runs.md @@ -12,6 +12,10 @@ allowTitleToDifferFromFilename: true autogenerated: rest --- +{% note %} +**Note**: {% data reusables.apps.checks-availability %} + +{% endnote %} diff --git a/content/rest/checks/suites.md b/content/rest/checks/suites.md index be1e282ea9..d04c6f1acb 100644 --- a/content/rest/checks/suites.md +++ b/content/rest/checks/suites.md @@ -12,6 +12,12 @@ allowTitleToDifferFromFilename: true autogenerated: rest --- +{% note %} + +**Note**: {% data reusables.apps.checks-availability %} + +{% endnote %} + {% note %} **Note:** A GitHub App usually only receives one [`check_suite`](/webhooks-and-events/webhooks/webhook-events-and-payloads#check_suite) event per commit SHA, even if you push the commit SHA to more than one branch. To find out when a commit SHA is pushed to a branch, you can subscribe to branch [`create`](/webhooks-and-events/webhooks/webhook-events-and-payloads#create) events.