The "[List issue comments for a repository](https://docs.github.com/en/rest/issues/comments?apiVersion=2022-11-28#list-issue-comments-for-a-repository)" endpoint has the following description for the `sort` parameter: > The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed to. It should probably be something along the lines of > The property to sort the results by. `created` means when the comment was created. `updated` means when the comment was last updated.