Skip to content

Commit 9e65c24

Browse files
authored
chore: removes existing PR message (#190)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent f5596ad commit 9e65c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/javascript/grader/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function processPullRequest(pr: any): {updated: boolean, message?: string} {
141141
// Skip if there's already a different PR URL/hyperlink in the cell
142142
// This prevents overwriting existing PR submissions with newer ones
143143
if (currentPrUrlStr !== "" && currentPrUrlStr !== prHyperlink) {
144-
return {updated: false, message: "Different PR already exists"};
144+
return {updated: false};
145145
}
146146

147147
// 7) Update PR URL only if cell is empty (first submission for this student/lesson)

0 commit comments

Comments
 (0)