From 460b315b5324a8a7d9ab464bbfd4b52131c262b3 Mon Sep 17 00:00:00 2001 From: Ori Kotek Date: Tue, 5 Sep 2023 18:34:19 +0300 Subject: [PATCH] Add Gitlab webhook installation documentation --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 5641c694..285b3f14 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -15,6 +15,7 @@ There are several ways to use PR-Agent: - [Method 5: Run as a GitHub App](INSTALL.md#method-5-run-as-a-github-app) - [Method 6: Deploy as a Lambda Function](INSTALL.md#method-6---deploy-as-a-lambda-function) - [Method 7: AWS CodeCommit](INSTALL.md#method-7---aws-codecommit-setup) +- [Method 8: Run a GitLab webhook server](INSTALL.md#method-8---run-a-gitlab-webhook-server) --- ### Method 1: Use Docker image (no installation required)