[PR #721] Add Difflog, AutoPR, and Fragile - AI-powered GitHub Actions #14593

Open
opened 2026-07-12 17:54:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/721
Author: @patchwork-eng
Created: 3/20/2026
Status: 🔄 Open

Base: mainHead: add-difflog-autopr-fragile


📝 Commits (1)

  • 0f8d441 Add Difflog, AutoPR, and Fragile to Utility and Pull Requests sections

📊 Changes

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

View changed files

📝 README.md (+3 -0)

📄 Description

Hi! Adding three GitHub Actions we've built at Patchwork that fit the existing categories.

Difflog (Utility)
Auto-generates a human-readable CHANGELOG.md from git commits on every push to main, using GPT-4o-mini. No commit convention required. BYOK - runs entirely in your workflow, we never see your code. Free for public repos.

AutoPR (Pull Requests)
Auto-generates pull request descriptions from the diff when a PR opens - summary, testing notes, and change breakdown. Respects existing descriptions via skip_if_body_set. Supports PR templates. BYOK. Free for public repos.

Fragile (Utility)
Finds the load-bearing, undocumented files in your codebase - the ones nobody wants to touch. Scores files by change frequency, reference count, and test coverage gap. Generates a FRAGILE.md report. BYOK. Free for public repos.

All three are live on the GitHub Marketplace, actively maintained, and follow the BYOK model.


🔄 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/721 **Author:** [@patchwork-eng](https://github.com/patchwork-eng) **Created:** 3/20/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-difflog-autopr-fragile` --- ### 📝 Commits (1) - [`0f8d441`](https://github.com/sdras/awesome-actions/commit/0f8d441bcd48ba707c9f1c61f5e6330081daf239) Add Difflog, AutoPR, and Fragile to Utility and Pull Requests sections ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -0) </details> ### 📄 Description Hi! Adding three GitHub Actions we've built at Patchwork that fit the existing categories. **[Difflog](https://github.com/patchwork-eng/difflog)** (Utility) Auto-generates a human-readable CHANGELOG.md from git commits on every push to main, using GPT-4o-mini. No commit convention required. BYOK - runs entirely in your workflow, we never see your code. Free for public repos. **[AutoPR](https://github.com/patchwork-eng/autopr)** (Pull Requests) Auto-generates pull request descriptions from the diff when a PR opens - summary, testing notes, and change breakdown. Respects existing descriptions via `skip_if_body_set`. Supports PR templates. BYOK. Free for public repos. **[Fragile](https://github.com/patchwork-eng/fragile)** (Utility) Finds the load-bearing, undocumented files in your codebase - the ones nobody wants to touch. Scores files by change frequency, reference count, and test coverage gap. Generates a FRAGILE.md report. BYOK. Free for public repos. All three are live on the GitHub Marketplace, actively maintained, and follow the BYOK model. --- <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-07-12 17:54:06 -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#14593