jondolf/AI Commit Check

Detect AI-authored commits or AI metadata trailers in a commit range.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base-shaStart of the commit range (exclusive). Defaults to the pull request base SHA, or the "before" SHA on push.no""
head-shaEnd of the commit range (inclusive). Defaults to the pull request head SHA, or the "after" SHA on push.no""
base-refBase branch name to fetch so the range is reachable. Defaults to the pull request base ref.no""
fail-on-detectionWhen "true", exit non-zero if any AI-authored commits are detected. Set to "false" to only report via outputs.notrue
patternOverride the regular expression used to flag AI metadata. When empty, a built-in pattern is used.no""
namedescription
ai-commits-found"true" if any AI-authored commits were detected, otherwise "false".
countNumber of commits flagged as AI-authored.
commitsNewline-separated list of flagged commit SHAs.