1
0
Fork 0
forked from forgejo/forgejo

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 58 additions and 6 deletions

View file

@ -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