Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/devops/automation/scripts/GitHub.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ mutation {
Write-Host "Current commit is not the latest in PR, attempting to hide the new comment"
try {
Start-Sleep -Seconds 2 # Give GitHub a moment to process the comment
$this.MinimizeCommentId($result.id)
$this.MinimizeCommentId($result.node_id)
} catch {
Write-Host "Warning: Failed to hide comment for non-latest commit: $_"
}
Expand Down