From 5f22d58bf0d3f6aad44d119b92f2793e833ba4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojta=20Hole=C5=A1?= Date: Thu, 4 Jun 2026 22:03:53 +0200 Subject: [PATCH 1/2] Add BreakShield CI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 095b954..346a63d 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,4 @@ Gitpod is an open-source developer platform automating the provisioning of ready | [Imgbot](https://imgbot.net/) | Imgbot is a friendly robot that optimizes your images and saves you time by leveraging the power of pull requests. | | [Codelantis](https://www.codelantis.com/) | Designed specifically for doing code reviews, Codelantis makes it a breeze to review GitLab merge requests (or GitHub pull requests). | | [Reviewpad](https://reviewpad.com) | Reviewpad is a code review tool for GitHub, GitLab and Bitbucket that simplifies the review process by allowing developers to navigate through changes and comments easily, mitigate git conflicts and access comments from previous code reviews. It supports the ability to review code without pull requests and provides an automated kanban of pull requests to easily identify bottlenecks in the review process. | +- [BreakShield CI](https://breakshield-ci.vercel.app) - Automated breaking API change detection in PRs. AST analysis with confidence scoring and AI-generated fix PRs. \ No newline at end of file From 6a063ff68cbff125f4c905217317b6b00b5db418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojta=20Hole=C5=A1?= Date: Fri, 5 Jun 2026 06:49:55 +0200 Subject: [PATCH 2/2] Fix formatting: use table row instead of bullet point --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 346a63d..714ae06 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,4 @@ Gitpod is an open-source developer platform automating the provisioning of ready | [Imgbot](https://imgbot.net/) | Imgbot is a friendly robot that optimizes your images and saves you time by leveraging the power of pull requests. | | [Codelantis](https://www.codelantis.com/) | Designed specifically for doing code reviews, Codelantis makes it a breeze to review GitLab merge requests (or GitHub pull requests). | | [Reviewpad](https://reviewpad.com) | Reviewpad is a code review tool for GitHub, GitLab and Bitbucket that simplifies the review process by allowing developers to navigate through changes and comments easily, mitigate git conflicts and access comments from previous code reviews. It supports the ability to review code without pull requests and provides an automated kanban of pull requests to easily identify bottlenecks in the review process. | -- [BreakShield CI](https://breakshield-ci.vercel.app) - Automated breaking API change detection in PRs. AST analysis with confidence scoring and AI-generated fix PRs. \ No newline at end of file +| [BreakShield CI](https://breakshield-ci.vercel.app) | Automated breaking API change detection in PRs. AST analysis with confidence scoring and AI-generated fix PRs. | \ No newline at end of file