1
0
Fork 0

make issue and pr state an enum

This commit is contained in:
Cyborus 2024-05-14 11:36:44 -04:00
parent 80cba9a6c3
commit ed310f7001
No known key found for this signature in database
2 changed files with 15 additions and 6 deletions

View file

@ -21435,6 +21435,10 @@
"StateType": {
"description": "StateType issue state type",
"type": "string",
"enum": [
"open",
"closed"
],
"x-go-package": "code.gitea.io/gitea/modules/structs"
},
"StopWatch": {