Detect AI-generated pull requests
Version updated for https://github.com/sargunv/ai-pr-detector to version v0.1.0.
- This action is used across all versions by 2 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The AI PR Detector GitHub Action automates the detection of AI-generated contributions in pull requests by scanning commit metadata for known AI bot committer emails and commit message patterns. It helps maintainers identify and optionally label pull requests with AI-generated content, streamlining the review process and improving transparency. Additionally, it provides an output flag indicating whether AI signals were detected, enabling further automation or decision-making workflows.
What’s Changed
Initial release