From 3a1cb8bd944a632aa54139b7d237349145da3e60 Mon Sep 17 00:00:00 2001 From: nwestbury Date: Wed, 27 Sep 2023 14:24:46 +0100 Subject: [PATCH] Add repository storage to forked details --- projects.go | 1 + 1 file changed, 1 insertion(+) diff --git a/projects.go b/projects.go index 94ef55582..e1de6c528 100644 --- a/projects.go +++ b/projects.go @@ -203,6 +203,7 @@ type ForkParent struct { NameWithNamespace string `json:"name_with_namespace"` Path string `json:"path"` PathWithNamespace string `json:"path_with_namespace"` + RepositoryStorage string `json:"repository_storage"` WebURL string `json:"web_url"` }