0

There are only a few options provided by the UI to sort repositories in an organization: enter image description here

Are there any options that I can use in the query to be able to sort my organization's repositories in order of either newest or oldest? It seems that the default sorts by updated time, but I want creation time.

Hypothetically something that works like this: https://github.com/orgs/github/repositories?q=sort%3Acreated-desc&type=source

Austin Brown
  • 830
  • 12
  • 24
  • Try GitHub API to perform custom sorting. See https://stackoverflow.com/questions/47255773/github-apiv3-sort-search-result-by-date-created . The accepted answer shows an example for sorting by create date. –  Jun 24 '22 at 18:07
  • replace `user(login: "bertrandmartel")` with `organization(login: "")` in https://stackoverflow.com/a/47255971/8529250 – Zach Apr 28 '23 at 18:19

0 Answers0