noahlundsyrdal/PR Copilot AI

LLM-powered PR review that posts structured, actionable inline comments on your pull requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 3, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: noahlundsyrdal/prreviewer@9fe957707ed50c85eaa3102f21b1a279927e8a91 # v1.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
api_keyAPI key for the LLM provider (OpenAI, etc.)yes
github_tokenGitHub token for posting review commentsno${{ github.token }}
modelLLM model identifiernogpt-4.1-mini
modeReview mode: single (faster) or multi (deeper, multi-pass)nomulti
base_urlOpenAI-compatible API base URLnohttps://api.openai.com/v1
max_linesMax diff lines per review chunkno1200
excludeGlob patterns to exclude from review (comma-separated, e.g. "*.lock,docs/**")no""
post_commentsWhether to post inline comments on the PRnotrue

no outputs