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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user