mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
[API] expose RepoOwner on Issue responce (#10126)
* add RepoOwner on issue api responce * CI.restart()
This commit is contained in:
@@ -30,6 +30,7 @@ type PullRequestMeta struct {
|
||||
type RepositoryMeta struct {
|
||||
ID int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Owner string `json:"owner"`
|
||||
FullName string `json:"full_name"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user