mirror of
https://github.com/FalloutCollaborationProject/FCP-Mod-Updater.git
synced 2026-07-27 17:04:05 -07:00
Check for "rimworld-mod" topic to filter public repos
This commit is contained in:
@@ -7,5 +7,6 @@ public record RemoteRepo(
|
||||
[property: JsonPropertyName("clone_url")] string CloneUrl,
|
||||
[property: JsonPropertyName("default_branch")] string DefaultBranch,
|
||||
[property: JsonPropertyName("description")] string? Description,
|
||||
[property: JsonPropertyName("html_url")] string HtmlUrl
|
||||
[property: JsonPropertyName("html_url")] string HtmlUrl,
|
||||
[property: JsonPropertyName("topics")] IReadOnlyList<string> Topics
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user