chatbotgang/Skip Review Labeler
AI-powered GitHub Action that automatically labels low-risk PRs for skipping human code review
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for API access | yes | — |
| openai_api_key | OpenAI API key (or compatible service) | yes | — |
| openai_base_url | OpenAI API base URL (for Azure or custom endpoints) | no | https://api.openai.com/v1 |
| model | AI model to use | no | gpt-5-mini |
| confidence_threshold | Minimum confidence to apply label (0-100) | no | 80 |
| label_name | Label to apply when eligible | no | skip-review |
| max_diff_size | Maximum diff size in characters | no | 50000 |
| add_comment | Add explanatory comment to PR | no | true |
Outputs
| name | description |
|---|---|
| eligible | Whether the PR is eligible for skip-review |
| confidence | AI confidence score (0-100) |
| category | Detected category or none |
| reasoning | AI reasoning for the decision |