Skip to content

Include archived repositories in the list #187

Description

@suzuki-shunsuke

The list doesn't include archived repositories now.

https://github.com/aquaproj/user-list/blob/ba6ed2a527d5b16dcfb6967abf1534cdbf354267/README.md#how-is-the-list-generated

query := "aquaproj/aqua-registry"
excludedOwners := map[string]struct{}{}
resultMap, err := gh.SearchRepos(ctx, logger, query, excludedOwners)

result, _, err := gh.search.Code(ctx, query, opts)

https://docs.github.com/en/rest/search/search?apiVersion=2022-11-28#search-code

We'd like to include archived repositories too.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions