diff --git a/content/rest/checks/suites.md b/content/rest/checks/suites.md index 09576de92f..acd465ccce 100644 --- a/content/rest/checks/suites.md +++ b/content/rest/checks/suites.md @@ -14,7 +14,7 @@ autogenerated: rest {% note %} - **Note:** A GitHub App 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. + **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. {% endnote %}