From c0f5111fea0b742a60113e1bda81bf39607d6ca8 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Tue, 19 Jul 2022 15:20:28 +0200 Subject: Dismiss prior pull reviews if done via web in review dismiss (#20197) --- modules/structs/pull_review.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/structs/pull_review.go b/modules/structs/pull_review.go index 6544604acb..7c9360a0c2 100644 --- a/modules/structs/pull_review.go +++ b/modules/structs/pull_review.go @@ -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 -- cgit v1.2.3