Skip to content

Commit ea728a7

Browse files
authored
Branch was updated using the 'autoupdate branch' Actions workflow.
2 parents 3077414 + a352fec commit ea728a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/github/getting-started-with-github/githubs-products.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ In addition to the features available with {% data variables.product.prodname_te
8383
- {% data variables.contact.enterprise_support %}. For more information, see "<a href="/articles/github-enterprise-cloud-support" class="dotcom-only">{% data variables.product.prodname_ghe_cloud %} support</a>" and "<a href="/articles/github-enterprise-cloud-addendum" class="dotcom-only">{% data variables.product.prodname_ghe_cloud %} Addendum</a>."
8484
- 50,000 {% data variables.product.prodname_actions %} minutes
8585
- 50GB {% data variables.product.prodname_registry %} storage
86-
- A service level agreement for 99.95% monthly uptime
86+
- A service level agreement for 99.9% monthly uptime
8787
- The option to centrally manage policy and billing for multiple {% data variables.product.prodname_dotcom_the_website %} organizations with an enterprise account. For more information, see "<a href="/articles/about-enterprise-accounts" class="dotcom-only">About enterprise accounts</a>."
8888

8989
You can set up a trial to evaluate {% data variables.product.prodname_ghe_cloud %}. For more information, see "[Setting up a trial of {% data variables.product.prodname_ghe_cloud %}](/articles/setting-up-a-trial-of-github-enterprise-cloud)."

data/reusables/webhooks/check_run_properties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ Key | Type | Description
66
`check_run[conclusion]`|`string` | The result of the completed check run. Can be one of `success`, `failure`, `neutral`, `cancelled`, `timed_out`, {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "[email protected]" %}`action_required` or `stale`{% else %}or `action_required`{% endif %}. This value will be `null` until the check run has `completed`.
77
`check_run[name]`|`string` | The name of the check run.
88
`check_run[check_suite][id]`|`integer` | The id of the check suite that this check run is part of.
9+
`check_run[check_suite][pull_requests]`|`array`| An array of pull requests that match this check suite. A pull request matches a check suite if they have the same `head_sha` and `head_branch`. When the check suite's `head_branch` is in a forked repository it will be `null` and the `pull_requests` array will be empty.
910
`requested_action`|`object` | The action requested by the user.
1011
`requested_action[identifier]`|`string` | The integrator reference of the action requested by the user.

0 commit comments

Comments
 (0)