mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 02:08:36 +00:00
[API] expose RepoOwner on Issue responce (#10126)
* add RepoOwner on issue api responce * CI.restart()
This commit is contained in:
@@ -398,6 +398,7 @@ func (issue *Issue) apiFormat(e Engine) *api.Issue {
|
||||
apiIssue.Repo = &api.RepositoryMeta{
|
||||
ID: issue.Repo.ID,
|
||||
Name: issue.Repo.Name,
|
||||
Owner: issue.Repo.OwnerName,
|
||||
FullName: issue.Repo.FullName(),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user