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
{{ message }}
This repository was archived by the owner on Mar 6, 2024. It is now read-only.
<!-- This is an auto-generated comment: release notes by openai -->
### Summary by OpenAI
**Release Notes**
This pull request includes a refactor of the `list_review_comments`
function in `src/commenter.ts`. The function now uses a do-while loop
instead of recursion for better performance and readability. An empty
array is also added to store comments and return it in case of failure.
This change improves the reliability of the codebase.
<!-- end of auto-generated comment: release notes by openai -->
0 commit comments