update QoL and ai integration
This commit is contained in:
@@ -118,6 +118,9 @@ func (s *aiStoredState) Merge(pr PRDetails) PRDetails {
|
||||
}
|
||||
}
|
||||
result.Threads[i].Comments = append(result.Threads[i].Comments, comments...)
|
||||
slices.SortStableFunc(result.Threads[i].Comments, func(left, right ReviewComment) int {
|
||||
return left.CreatedAt.Compare(right.CreatedAt)
|
||||
})
|
||||
}
|
||||
}
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user