Allow setting collaborators (#51)

This commit is contained in:
Patrick Stevens
2023-07-25 20:04:28 +01:00
committed by GitHub
parent 8618416a00
commit f4c1e5d400
5 changed files with 80 additions and 7 deletions

View File

@@ -86,6 +86,9 @@ type internal SerialisedNativeRepo =
[<JsonProperty(Required = Required.Default)>]
[<Description "Protected branch configuration">]
ProtectedBranches : SerialisedProtectedBranch array
[<JsonProperty(Required = Required.Default)>]
[<Description "Usernames on this Gitea instance who are collaborators on this repo">]
Collaborators : string array
}
[<Struct>]