diff --git a/.github/workflows/ai-code-review.yml b/.github/workflows/ai-code-review.yml new file mode 100644 index 000000000..a26010653 --- /dev/null +++ b/.github/workflows/ai-code-review.yml @@ -0,0 +1,15 @@ +name: Code Review with OpenAI + +on: + pull_request: + types: + - opened + - synchronize + +jobs: + code_review: + uses: Checkmarx/plugins-release-workflow/.github/workflows/ai-code-review.yml@add-ai-code-review + with: + open_ai_model: "gpt-4-1106-preview" + exclude_pattern: "" + secrets: inherit