[docs] Self-healing documentation fixes from issue analysis - 2026-06-28#41980
Closed
github-actions[bot] wants to merge 1 commit into
Closed
[docs] Self-healing documentation fixes from issue analysis - 2026-06-28#41980github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
The compiler accepts both dispatch_repository and dispatch-repository as safe-output keys, but only the underscore form was documented. Note the alias in safe-outputs.md and glossary.md so users discover the dashed spelling that the parser already accepts. Closes #40801
pelikhan
approved these changes
Jun 28, 2026
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Contributor
Author
|
Hey One item from the checklist:
If you'd like a hand, you can assign this prompt to your coding agent:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Self-Healing Documentation Fixes
This PR was automatically created by the Daily Documentation Healer workflow.
Gaps Fixed
[deep-report] Add dispatch-repository dashed alias to schema and reference docs— Documented that the compiler accepts bothdispatch_repository(underscore, preferred) anddispatch-repository(dash) as the safe-output key. Verified inpkg/workflow/dispatch_repository.go:38-39. Added a one-line note indocs/src/content/docs/reference/safe-outputs.mdanddocs/src/content/docs/reference/glossary.md. Schema additions were intentionally left out of this PR — touchingpkg/parser/schemas/main_workflow_schema.jsonis outside the documentation-only scope; tracked separately in the DDUw improvement suggestion below.Root Cause
Issue #40801 was auto-closed
not_plannedbygithub-actions[bot]on 2026-06-24 (DeepReport expiry sticker). It was never seen by a maintainer and never picked up by DDUw because:daily-doc-updater.md) had nothing to latch onto.Other Bot-Expired Doc Issues Reviewed This Run
No other unaddressed gaps. These issues were already fixed by prior healer PRs and verified against current main:
Peli's Agent Factorylink) — fixed in healer PR [docs] Self-healing documentation fixes from issue analysis - 2026-06-27 #41816 (merged 2026-06-27).githubnext/agenticsexplanation) — already present atdocs/src/content/docs/setup/quick-start.mdx:65.docs/src/content/docs/reference/permissions.md:47-63.Artifact constant audit: all
ArtifactNameconstants inpkg/constants/constants.goandpkg/constants/job_constants.goare documented indocs/src/content/docs/reference/artifacts.md. No drift.💡 DDUw Improvement Suggestions
DDUw Improvement Suggestions
Class of gaps DDUw is currently missing. Schema/parser/docs drift gaps that surface from DeepReport (not commit-triggered): the compiler accepts an alias the JSON schema and reference docs don't mention. There is no recent code change for §2 to anchor on, and §1c only fires when the closed-as-not_planned issue describes an unambiguous inline docs-pure fix — which a schema-drift report often does not.
Which DDUw step failed. §2 ("Analyze Changes") and §1b/§1c (open + closed-as-not_planned doc issues). Both are anchored on recent commit activity or maintainer-reviewed open issues. Neither performs a periodic invariant check that parser-accepted keys match the schema and the reference page.
Concrete rule change. Add a new sub-step to §2 named "Schema / Parser / Docs Drift":
Why it fits DDUw. The check is grep + file read, runs in seconds, uses the same
safe-outputs.create-pull-requestpath DDUw already has, and catches a class of gaps that DeepReport surfaces but the current commit-driven scan cannot.Evidence. Issue #40801 was reported on 2026-06-22, auto-closed 2026-06-24 without action, and the gap was still live on 2026-06-28 when this healer run found it. Adding the drift sub-step would have caught the same gap on the next DDUw run.
Related Issues