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: dist/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39233,7 +39233,7 @@ async function run() {
39233
39233
}
39234
39234
39235
39235
// Extract the code from the pull request content
39236
-
content = `Please anayze the code of the pull request, tell me if the change is good and explain the reason in ${language}:\n\n\`\`\`${code}\`\`\``;
39236
+
content = `Please anayze the code of the pull request, tell me if the change is good or is there a bug and explain the reason in ${language}:\n\n\`\`\`${code}\`\`\``;
Copy file name to clipboardExpand all lines: index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ async function run() {
47
47
}
48
48
49
49
// Extract the code from the pull request content
50
-
content=`Please anayze the code of the pull request, tell me if the change is good and explain the reason in ${language}:\n\n\`\`\`${code}\`\`\``;
50
+
content=`Please anayze the code of the pull request, tell me if the change is good or is there a bug and explain the reason in ${language}:\n\n\`\`\`${code}\`\`\``;
0 commit comments