mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-08 17:08:40 +00:00
Allow setting collaborators (#51)
This commit is contained in:
@@ -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>]
|
||||
|
Reference in New Issue
Block a user