mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-19 11:00:02 +02:00
Add release_counter to Repo API (#9214)
This commit is contained in:
parent
61c59bd695
commit
7c6f2e27be
3 changed files with 7 additions and 0 deletions
|
@ -68,6 +68,7 @@ type Repository struct {
|
|||
Watchers int `json:"watchers_count"`
|
||||
OpenIssues int `json:"open_issues_count"`
|
||||
OpenPulls int `json:"open_pr_counter"`
|
||||
Releases int `json:"release_counter"`
|
||||
DefaultBranch string `json:"default_branch"`
|
||||
Archived bool `json:"archived"`
|
||||
// swagger:strfmt date-time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue