1
0
mirror of synced 2025-12-23 21:07:12 -05:00

add note about permissions for the checks REST endpoints (#48910)

This commit is contained in:
Sarah Edwards
2024-01-30 09:35:02 -08:00
committed by GitHub
parent 0a111358fe
commit 93a4f303bd
2 changed files with 10 additions and 0 deletions

View File

@@ -12,6 +12,10 @@ allowTitleToDifferFromFilename: true
autogenerated: rest
---
{% note %}
**Note**: {% data reusables.apps.checks-availability %}
{% endnote %}
<!-- Content after this section is automatically generated -->

View File

@@ -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.