From 7d96bd3631656b28baab89e62c6b6757ac5821a3 Mon Sep 17 00:00:00 2001 From: Unknowingly_Exists <142692930+coltenthefirst@users.noreply.github.com> Date: Fri, 13 Dec 2024 21:19:33 -0600 Subject: [PATCH] Create smth.yml --- .github/workflows/smth.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/smth.yml diff --git a/.github/workflows/smth.yml b/.github/workflows/smth.yml new file mode 100644 index 0000000..de3c672 --- /dev/null +++ b/.github/workflows/smth.yml @@ -0,0 +1,22 @@ + - name: Codeball AI Code Review + # You may pin to the exact commit or the version. + # uses: sturdy-dev/codeball-action@102067b9f537482cee112577655c85fda56d8926 + uses: sturdy-dev/codeball-action@v2.6.0 + with: + # If "true", the action will submit an approving review if the Codeball AI approves the contribution + approvePullRequests: # optional, default is true + # If "true", the action will add `codeball:approved` label to the PR if the Codeball AI confidence is above the configured approve threshold + labelPullRequestsWhenApproved: # optional, default is true + # If "true", the action will add `codeball:needs-review` label to the PR if the Codeball AI confidence is between the "approve" and "careful" thresholds + labelPullRequestsWhenReviewNeeded: # optional, default is false + # If "true", the action will add `codeball:needs-careful-review` label to the PR if the Codeball AI confidence is below the configured careful threshold + labelPullRequestsWhenCarefulReviewNeeded: # optional, default is true + # The threshold to use for "approving" (greater than or equal to). A number between 0 and 1. Must be specified with 3 decimals. + approveThreshold: # optional, default is 0.935 + # The threshold to use for "careful review" actions (less than). A number between 0 and 1. Must be specified with 3 decimals. + carefulReviewThreshold: # optional, default is 0.300 + # If "true", the action will exit with status code 1 if the Codeball AI does not approve the contribution + failJobsWhenReviewNeeded: # optional, default is false + # If "true", Codeball will read generate code suggestions from comments made in Pull Requests (beta) + codeSuggestionsFromComments: # optional, default is false +