[PR #814] Add BreakShield CI — breaking API change detection for PRs #10200

Open
opened 2026-06-03 15:01:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/814
Author: @vojtisprime11
Created: 6/3/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • 9f7deed Add BreakShield CI to Pull Requests section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Hey! BreakShield CI is a GitHub App (not a GitHub Action, but integrates the same way via webhooks) that analyzes PRs for breaking API changes.

I've been running it on my TypeScript projects and it catches things like removed interface fields and changed return types that typically slip through review. Thought it could fit here since it's part of the GitHub CI ecosystem.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/814 **Author:** [@vojtisprime11](https://github.com/vojtisprime11) **Created:** 6/3/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`9f7deed`](https://github.com/sdras/awesome-actions/commit/9f7deedd57e55e5e28f51f15c1d5f7bfcc62d86d) Add BreakShield CI to Pull Requests section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Hey! BreakShield CI is a GitHub App (not a GitHub Action, but integrates the same way via webhooks) that analyzes PRs for breaking API changes. I've been running it on my TypeScript projects and it catches things like removed interface fields and changed return types that typically slip through review. Thought it could fit here since it's part of the GitHub CI ecosystem. - Free, open-source MIT - No YAML config needed — just install the app - https://github.com/apps/breakshield-ci --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-03 15:01:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#10200