mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
expose PR counter on Repo API (#9202)
This commit is contained in:
@@ -67,6 +67,7 @@ type Repository struct {
|
||||
Forks int `json:"forks_count"`
|
||||
Watchers int `json:"watchers_count"`
|
||||
OpenIssues int `json:"open_issues_count"`
|
||||
OpenPulls int `json:"open_pr_counter"`
|
||||
DefaultBranch string `json:"default_branch"`
|
||||
Archived bool `json:"archived"`
|
||||
// swagger:strfmt date-time
|
||||
|
Reference in New Issue
Block a user