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

Create push-rule-and-prereceive-hooks.md (#55402)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
This commit is contained in:
Patrick Knight
2025-04-28 02:53:09 -05:00
committed by GitHub
parent 74ef9336fd
commit 79147b993a
2 changed files with 18 additions and 0 deletions

View File

@@ -43,3 +43,9 @@ Due to risk of failure and performance impact for all users of your instance, we
> [!NOTE]
> To avoid rejection of a push due to a timeout, all combined pre-receive hooks should run in under five seconds.
{% ifversion ghes > 3.16 %}
{% data reusables.repositories.push-rule-and-prereceive-hooks %}
{% endif %}