Commit 8f1e0d8c authored by Kati Paizee's avatar Kati Paizee

CTRT edits for Webhooks page - part 3

parent 02ab3b58
...@@ -776,7 +776,7 @@ than the specified limit, hooks won't be executed. ...@@ -776,7 +776,7 @@ than the specified limit, hooks won't be executed.
More information can be found in these docs: More information can be found in these docs:
- [Webhooks push events](../user/project/integrations/webhooks.md#push-events) - [Webhooks push events](../user/project/integrations/webhook_events.md#push-events)
- [Project services push hooks limit](../user/project/integrations/overview.md#push-hooks-limit) - [Project services push hooks limit](../user/project/integrations/overview.md#push-hooks-limit)
### Activities ### Activities
......
This diff is collapsed.
This diff is collapsed.
...@@ -25,7 +25,7 @@ remotes to prevent conflicts caused by rewriting history. ...@@ -25,7 +25,7 @@ remotes to prevent conflicts caused by rewriting history.
Bidirectional mirroring also creates a race condition where commits made close together to the same Bidirectional mirroring also creates a race condition where commits made close together to the same
branch causes conflicts. The race condition can be mitigated by reducing the mirroring delay by using branch causes conflicts. The race condition can be mitigated by reducing the mirroring delay by using
a [Push event webhook](../../integrations/webhooks.md#push-events) to trigger an immediate a [Push event webhook](../../integrations/webhook_events.md#push-events) to trigger an immediate
pull to GitLab. Push mirroring from GitLab is rate limited to once per minute when only push mirroring pull to GitLab. Push mirroring from GitLab is rate limited to once per minute when only push mirroring
protected branches. protected branches.
...@@ -33,7 +33,7 @@ protected branches. ...@@ -33,7 +33,7 @@ protected branches.
Assuming you have already configured the [push](push.md#set-up-a-push-mirror-to-another-gitlab-instance-with-2fa-activated) Assuming you have already configured the [push](push.md#set-up-a-push-mirror-to-another-gitlab-instance-with-2fa-activated)
and [pull](pull.md#pull-from-a-remote-repository) mirrors in the upstream GitLab instance, to trigger an and [pull](pull.md#pull-from-a-remote-repository) mirrors in the upstream GitLab instance, to trigger an
immediate pull as suggested above, you must configure a [Push Event Web Hook](../../integrations/webhooks.md#push-events) immediate pull as suggested above, you must configure a [Push Event Web Hook](../../integrations/webhook_events.md#push-events)
in the downstream instance. in the downstream instance.
To do this: To do this:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment