Skip to content

Add GitLab webhook script for automated webhook setup #446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix link to GitLab webhook script in documentation
  • Loading branch information
hasit committed Jul 14, 2025
commit eebcd5ad19faf7f28f17128c4062f91f964f1d81
2 changes: 1 addition & 1 deletion docs/self-hosted/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Consult official CodeRabbitAI documentation for a detailed [guide](https://docs.
- Issues events
- Merge request events

We have a convenient [script](/static/code/gitlab-webhook.sh) to help you add webhooks to all projects in a GitLab instance. You can run it with the following command:
We have a convenient [script](/code/gitlab-webhook.sh) to help you add webhooks to all projects in a GitLab instance. You can run it with the following command:

```bash
# Make sure the script is executable:
Expand Down