unguisai/Doc Pilot Gate

PR documentation gate for README, docs, and changelog updates

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
openai_api_keyOpenAI API key for LLM-powered analysisyes
github_tokenGitHub token for PR interactionsno${{ github.token }}
modelOpenAI model to use for analysisnogpt-4o-mini
doc_pathsComma-separated list of doc files or directories to check (directories end with /). The built-in default covers README.md, docs/, CHANGELOG.md, and UPGRADING.md, then auto-discovers up to 3 extra top-level doc-rich directories unless you override doc_paths explicitly.no""
modeOperation mode: "report" writes a step summary without PR writes, "suggest" posts a PR comment, and "auto-update" commits changes directly to the PR branchnosuggest
fail_on_impactOptional quality gate. When set to minor, moderate, or major, the action marks the run failed if the detected documentation impact meets or exceeds that level.no""
comment_on_no_impactSet to "true" to keep all-clear comments when no documentation changes are needed. Default is quiet mode.nofalse
namedescription
impactOverall documentation impact level: none, minor, moderate, or major
docs_updatedNumber of documentation files that need updates
summaryShort summary of the PR changes and documentation impact