mirror of
https://github.com/testthedocs/awesome-docs.git
synced 2026-07-10 19:13:05 -05:00
[PR #96] [MERGED] Add DocPulse to GitHub Actions #974
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/testthedocs/awesome-docs/pull/96
Author: @YoniRaviv
Created: 6/15/2026
Status: ✅ Merged
Merged: 6/17/2026
Merged by: @svx
Base:
main← Head:add-docpulse📝 Commits (1)
1c0a174Add DocPulse to GitHub Actions📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Adds DocPulse to the GitHub Actions category (alphabetically, between Alex Action and DOCtor-RST).
DocPulse is an open-source (MIT) GitHub Action that detects documentation sections invalidated by a pull request's code changes and commits surgical, style-preserving fixes onto the PR branch. A deterministic layer (tree-sitter chunking → code↔doc link graph → diff-driven suspect selection) decides what to check; a bounded agentic layer (an LLM verifier, then a style-preserving repairer with a validation pass) decides stale-or-not and how to fix it.
Checklist against CONTRIBUTING.md:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
[PR #96] Add DocPulse to GitHub Actionsto [PR #96] [MERGED] Add DocPulse to GitHub Actions