rhuang/Auto-assign PR Reviewer

Auto-assign a PR reviewer based on vertical (LLM-classified), recent committers, and current review load.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
anthropic-api-keyAnthropic API key used to classify the PR vertical via Claude Haiku.yes
config-repoowner/repo containing the team config YAML (typically a private repo so the reviewer roster is not public). The load-token must be able to read this repo.yes
config-pathPath to the config YAML inside config-repo.noteam.yml
config-refBranch, tag, or SHA of config-repo to read. Defaults to the default branch.no""
load-tokenGitHub token used for config-repo reads, load-repo Search API calls, and other read operations. In practice this should be a classic PAT with repo scope that can read config-repo, each load_repos entry, and the current consumer repo. Falls back to github-token if not provided, but cross-repo access typically requires the PAT.no""
github-tokenGitHub token used to read the PR and assign reviewers. Defaults to the workflow token.no${{ github.token }}

no outputs