getsentry/Only Robots
Ensure code changes are written by AI agents, not humans
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 | ${{ github.token }} |
| openai-api-key | OpenAI API key for LLM evaluation | yes | — |
| pr-number | Pull request number to evaluate | no | ${{ github.event.pull_request.number }} |
| post-comment | Post a comment on PR when human code is detected | no | true |
| fail-on-human | Fail the build when human code is detected | no | false |
Outputs
| name | description |
|---|---|
| result | Evaluation result (passed/failed) |
| confidence | Confidence score of the evaluation |
| summary | Summary of the evaluation |