Closed semihbkgr closed 9 months ago
Request repositories sorting by 'updated', using sort param:
sort
"sort": "updated", "direction": "desc",
Then sort the []GithubRepository after getting workflow. We need this additional slice sort, since we get workflows concurrently.
[]GithubRepository
@semihbkgr thank you again for contribution, ready to merge ๐ I'll publish a new release at next Monday. ๐
Request repositories sorting by 'updated', using
sort
param:Then sort the
[]GithubRepository
after getting workflow. We need this additional slice sort, since we get workflows concurrently.