Bump WoofWare.Myriad and upgrade Gitea (#138)

This commit is contained in:
Patrick Stevens
2025-04-22 23:12:38 +01:00
committed by GitHub
parent b6848d08a2
commit 154b3c74e3
11 changed files with 7257 additions and 158 deletions

View File

@@ -32,6 +32,8 @@ module Types =
FollowingCount = None
StarredReposCount = None
LastLogin = None
HtmlUrl = None
SourceId = None
}
let emptyRepo (fullName : string) (defaultBranch : string) : GiteaClient.Repository =
@@ -89,6 +91,16 @@ module Types =
Template = None
UpdatedAt = None
WatchersCount = None
AllowFastForwardOnlyMerge = None
ArchivedAt = None
HasActions = None
HasPackages = None
HasReleases = None
Licenses = None
ObjectFormatName = None
ProjectsMode = None
Topics = None
Url = None
}
type CustomArb () =