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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/sdras/awesome-actions/pull/721
Author: @patchwork-eng
Created: 3/20/2026
Status: 🔄 Open
Base:
main← Head:add-difflog-autopr-fragile📝 Commits (1)
0f8d441Add 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.