1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Dismiss prior pull reviews if done via web in review dismiss (#20197)

This commit is contained in:
6543
2022-07-19 15:20:28 +02:00
committed by GitHub
parent e519249266
commit c0f5111fea
6 changed files with 58 additions and 6 deletions

View File

@@ -14864,6 +14864,10 @@
"message": {
"type": "string",
"x-go-name": "Message"
},
"priors": {
"type": "boolean",
"x-go-name": "Priors"
}
},
"x-go-package": "code.gitea.io/gitea/modules/structs"