From b91354b841acf7a5be076b94aa7bd395b76e0dd3 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 13 Jan 2025 12:54:09 -0800 Subject: [PATCH 1/4] update changelog with gitlab pipeline --- docs/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 9df2c0bf..6d796963 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,13 @@ title: Changelog sidebar_label: Changelog description: The latest updates and changes to CodeRabbit. sidebar_position: 13 + +## January 13, 2025 + +### GitLab Pipeline Failure Detection and Remediation + +We've expanded our pipeline error detection capabilities to GitLab! Just like with GitHub Actions, you can now automatically detect and fix pipeline failures in your GitLab CI/CD workflows. + --- ## January 2, 2025 From e51e34f7f9c9fa1c9fb4a9d3052f6454b40bb3b1 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 13 Jan 2025 13:00:28 -0800 Subject: [PATCH 2/4] fix --- --- docs/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 6d796963..8deace9c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,8 @@ sidebar_label: Changelog description: The latest updates and changes to CodeRabbit. sidebar_position: 13 +--- + ## January 13, 2025 ### GitLab Pipeline Failure Detection and Remediation From d0d23e53a892de665b3d3b79f655220fb0477ac1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:01:00 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=8E=A8=20pnpm=20run=20lint:fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [dependabot skip] --- docs/changelog.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 8deace9c..b34af47d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,6 @@ title: Changelog sidebar_label: Changelog description: The latest updates and changes to CodeRabbit. sidebar_position: 13 - --- ## January 13, 2025 From 68b4cc6594286e1d2e12a5cff7de75b7be1688ad Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 13 Jan 2025 13:10:41 -0800 Subject: [PATCH 4/4] bump --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index b34af47d..77e8eb6d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,7 +9,7 @@ sidebar_position: 13 ### GitLab Pipeline Failure Detection and Remediation -We've expanded our pipeline error detection capabilities to GitLab! Just like with GitHub Actions, you can now automatically detect and fix pipeline failures in your GitLab CI/CD workflows. +We've expanded our pipeline error detection capabilities to GitLab Users! Just like with GitHub Actions, you can now automatically detect and fix pipeline failures in your GitLab CI/CD workflows. ---