peterj/docpr sync

Analyzes merged PR code changes and automatically updates documentation, if needed.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
llm_providerLLM provider to use: 'anthropic' or 'openai'noanthropic
anthropic_api_keyAnthropic API key (required when llm_provider is 'anthropic')no
openai_api_keyOpenAI API key (required when llm_provider is 'openai')no
docs_repoDocumentation repository in the format 'owner/repo'yes
docs_repo_tokenGitHub token with read/write access to the documentation repository. Needs 'contents: write' and 'pull-requests: write' permissions. yes
docs_base_branchBase branch in the docs repo to branch from and PR intonomain
docs_pathSubdirectory within the docs repo to search for documentation (e.g. 'docs/' or 'content/')no""
source_repo_tokenGitHub token for reading the source (current) repository. Defaults to github.token.no${{ github.token }}
modelLLM model to use. Defaults to 'claude-opus-4-5' for Anthropic and 'gpt-4o' for OpenAI.no""
max_doc_filesMaximum number of doc files to fetch and analyze (to control token usage)no20
pr_labelLabel to apply to the created documentation PRnodocpr

no outputs