We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5596ad commit 9e65c24Copy full SHA for 9e65c24
lib/javascript/grader/src/main.ts
@@ -141,7 +141,7 @@ function processPullRequest(pr: any): {updated: boolean, message?: string} {
141
// Skip if there's already a different PR URL/hyperlink in the cell
142
// This prevents overwriting existing PR submissions with newer ones
143
if (currentPrUrlStr !== "" && currentPrUrlStr !== prHyperlink) {
144
- return {updated: false, message: "Different PR already exists"};
+ return {updated: false};
145
}
146
147
// 7) Update PR URL only if cell is empty (first submission for this student/lesson)
0 commit comments