summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/structs/pull_review.go1
1 files changed, 1 insertions, 0 deletions
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