sargunv/Detect AI-generated pull requests
Detect and label AI-generated PRs from commit metadata.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| label | Label to add to the pull request when AI is detected. Leave empty to skip labeling. | no | "" |
| github-token | GitHub token used to read PR commits and optionally add a label. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| ai-detected | Whether AI-generated commit metadata was detected. |