mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-01 15:55:15 +08:00
Dismiss prior pull reviews if done via web in review dismiss (#20197)
This commit is contained in:
@ -97,6 +97,7 @@ type SubmitPullReviewOptions struct {
|
||||
// DismissPullReviewOptions are options to dismiss a pull review
|
||||
type DismissPullReviewOptions struct {
|
||||
Message string `json:"message"`
|
||||
Priors bool `json:"priors"`
|
||||
}
|
||||
|
||||
// PullReviewRequestOptions are options to add or remove pull review requests
|
||||
|
Reference in New Issue
Block a user