abdullahijaz5961/DocSync Self-Healing Documentation
Detect stale documentation after code changes and generate targeted repairs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 29, 2026
- License
- MIT
Pinned Snippet
uses: abdullahijaz5961/docsync-self-healing-action@b1192ae5ab496c468f9472269674f60d82495f8f # no releases — HEAD as of 2026-08-29tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used to comment and optionally create a fix PR. | no | — |
| confidence-threshold | Minimum confidence required for an automatic correction. | — | 0.88 |
| create-fix-pr | Create a separate PR for high-confidence corrections. | — | false |
| auto-merge | Squash-merge a generated fix PR after creation. | — | false |
| fail-on-stale | Fail when a stale section requires human review. | — | true |
| base-ref | Optional base Git ref. The pull-request base SHA is used by default. | no | — |
| head-ref | Git head ref. | — | HEAD |
Outputs
| name | description |
|---|---|
| stale_sections | Number of stale documentation sections. |
| corrections_generated | Number of high-confidence corrections generated. |
| report_path | Path to the HTML report. |