You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/review.yml
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,23 @@ jobs:
64
64
patch = fdata.get('patch', '')
65
65
66
66
# Call OpenAI for inline code analysis
67
-
issues_prompt = f"""Analyze the following code changes for syntax errors, typos, and critical issues. Provide comments for specific errors with the line number where they occur:
68
-
\n\n{patch}"""
67
+
issues_prompt = f"""
68
+
Review the following code patch for errors and issues such as:
0 commit comments