From ac53e6728d9c18195c674004cbc6e0dc3f67d697 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 5 Aug 2024 15:48:42 +0300 Subject: [PATCH] Add instructions for running PR-Agent as a GitLab pipeline in gitlab.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3c43ed49..33dca81d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ CodiumAI PR-Agent aims to help efficiently review and handle pull requests, by p ## News and Updates +### August 5, 2024 +Added support for [GitLab pipeline](https://pr-agent-docs.codium.ai/installation/gitlab/#run-as-a-gitlab-pipeline) - you can now run easily PR-Agent as a GitLab pipeline, without needing to set up your own server. + ### July 28, 2024 (1) improved support for bitbucket server - [auto commands](https://github.com/Codium-ai/pr-agent/pull/1059) and [direct links](https://github.com/Codium-ai/pr-agent/pull/1061)