Remove GHAE in Liquid and front matter (7) (#48772)
This commit is contained in:
@@ -33,11 +33,11 @@ If you are not receiving the webhook deliveries that you expect, you should iden
|
||||
|
||||
1. Look at the logs for your server. The information in the logs depends on the code that your server runs to handle webhook deliveries. To help you diagnose problems on your server, you may want to add additional log statements to your code.
|
||||
|
||||
## Cannot have more than {% ifversion ghes or ghae %}250{% else %}20{% endif %} webhooks
|
||||
## Cannot have more than {% ifversion ghes %}250{% else %}20{% endif %} webhooks
|
||||
|
||||
You can create up to {% ifversion ghes or ghae %}250{% else %}20{% endif %} {% ifversion ghec or ghes or ghae %} repository, organization, or global {% else %} repository or organization {% endif %}webhooks for each event type. If you attempt to create more, you will receive an error stating that you cannot have more than {% ifversion ghes or ghae %}250{% else %}20{% endif %} webhooks.
|
||||
You can create up to {% ifversion ghes %}250{% else %}20{% endif %} {% ifversion ghec or ghes or ghae %} repository, organization, or global {% else %} repository or organization {% endif %}webhooks for each event type. If you attempt to create more, you will receive an error stating that you cannot have more than {% ifversion ghes %}250{% else %}20{% endif %} webhooks.
|
||||
|
||||
If you require more than {% ifversion ghes or ghae %}250{% else %}20{% endif %} webhooks, you can run a proxy that receives webhooks from {% data variables.product.company_short %} and forwards them to an unlimited number of destination URLs.
|
||||
If you require more than {% ifversion ghes %}250{% else %}20{% endif %} webhooks, you can run a proxy that receives webhooks from {% data variables.product.company_short %} and forwards them to an unlimited number of destination URLs.
|
||||
|
||||
## URL host localhost is not supported
|
||||
|
||||
|
||||
Reference in New Issue
Block a user