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
Hi @suzuki-shunsuke, I'd like to work on this. Just for pointing me in the right direction, could you let me know if this will be possible by making adjustments to the same REST endpoint (Search Code) currently being used? Or will I have to dig deeper for a solution.
Hi, thank you for your contribution!
IIRC, the search code query doesn't support a parameter like archived unfortunately.
So I guess we need to dig deeper for a solution.
Sourcegraph supports the parameter archived, but GitHub Search Code doesn't.
We want the same parameter to GitHub Search Code!
The list doesn't include archived repositories now.
https://github.com/aquaproj/user-list/blob/ba6ed2a527d5b16dcfb6967abf1534cdbf354267/README.md#how-is-the-list-generated
user-list/pkg/controller/controller.go
Lines 22 to 25 in ba6ed2a
user-list/pkg/controller/github.go
Line 60 in ba6ed2a
https://docs.github.com/en/rest/search/search?apiVersion=2022-11-28#search-code
We'd like to include archived repositories too.
The text was updated successfully, but these errors were encountered: