1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-15 14:08:28 +00:00

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

This commit is contained in:
6543
2022-07-19 17:46:33 +02:00
committed by GitHub
parent 2c93bd79f2
commit e930d66a9c
6 changed files with 58 additions and 6 deletions

View File

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