sturdy-dev/Codeball AI Code Review

AI Code Review – Codeball approves Pull Requests that a human would have approved. Wait less for review, save time and money.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
approvePullRequestsIf "true", the action will submit an approving review if the Codeball AI approves the contributionnotrue
labelPullRequestsWhenApprovedIf "true", the action will add `codeball:approved` label to the PR if the Codeball AI confidence is above the configured approve thresholdnotrue
labelPullRequestsWhenReviewNeededIf "true", the action will add `codeball:needs-review` label to the PR if the Codeball AI confidence is between the "approve" and "careful" thresholdsnofalse
labelPullRequestsWhenCarefulReviewNeededIf "true", the action will add `codeball:needs-careful-review` label to the PR if the Codeball AI confidence is below the configured careful thresholdnotrue
approveThresholdThe threshold to use for "approving" (greater than or equal to). A number between 0 and 1. Must be specified with 3 decimals.no0.935
carefulReviewThresholdThe threshold to use for "careful review" actions (less than). A number between 0 and 1. Must be specified with 3 decimals.no0.300
failJobsWhenReviewNeededIf "true", the action will exit with status code 1 if the Codeball AI does not approve the contributionnofalse
codeSuggestionsFromCommentsIf "true", Codeball will read generate code suggestions from comments made in Pull Requests (beta)nofalse
GITHUB_TOKENDefault to {{ github.token }}. This is the default GitHub token available to actions and is used to run Codeball and to post the result. The default token permissions (https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#permissions) work fine.no${{ github.token }}

no outputs