chatbotgang/Skip Review Labeler

AI-powered GitHub Action that automatically labels low-risk PRs for skipping human code review

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token for API accessyes
openai_api_keyOpenAI API key (or compatible service)yes
openai_base_urlOpenAI API base URL (for Azure or custom endpoints)nohttps://api.openai.com/v1
modelAI model to usenogpt-5-mini
confidence_thresholdMinimum confidence to apply label (0-100)no80
label_nameLabel to apply when eligiblenoskip-review
max_diff_sizeMaximum diff size in charactersno50000
add_commentAdd explanatory comment to PRnotrue
namedescription
eligibleWhether the PR is eligible for skip-review
confidenceAI confidence score (0-100)
categoryDetected category or none
reasoningAI reasoning for the decision