From d46d49b12d645331c9aa3bb8d0d7433783ec73bc Mon Sep 17 00:00:00 2001 From: Luke Hollenback <8144622+lukehollenback@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:45:57 -0600 Subject: [PATCH] Changed custom prompt slightly. --- .github/workflows/code_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index f0462df..f15a0e8 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -21,5 +21,5 @@ jobs: OPENAI_API_MODEL: "gpt-4-turbo-preview" exclude: "yarn.lock, dist/**, **/*.json, **/*.md, **/*.yaml, **/*.xml" custom_prompts: | - Do not worry about the verbosity of variable naming conventions, as long as they are somewhat descriptive. + Do not worry about the verbosity of variable names, as long as they are somewhat descriptive. Be sure to call out potential null pointer exceptions.