1
1
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:
6543
2019-11-29 16:14:24 +01:00
committed by Lunny Xiao
parent e151674cfa
commit d7c1310353
3 changed files with 7 additions and 0 deletions

View File

@@ -10329,6 +10329,11 @@
"format": "int64",
"x-go-name": "OpenIssues"
},
"open_pr_counter": {
"type": "integer",
"format": "int64",
"x-go-name": "OpenPulls"
},
"original_url": {
"type": "string",
"x-go-name": "OriginalURL"