Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1975 from mdevilliers/patch-1
Browse files Browse the repository at this point in the history
chore: add report type to MergeRequestApprovalRule
  • Loading branch information
svanharmelen authored Aug 3, 2024
2 parents 3ba94c8 + 0ae0f85 commit 9cafcb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions merge_request_approvals.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ type MergeRequestApprovalRule struct {
ID int `json:"id"`
Name string `json:"name"`
RuleType string `json:"rule_type"`
ReportType string `json:"report_type"`
EligibleApprovers []*BasicUser `json:"eligible_approvers"`
ApprovalsRequired int `json:"approvals_required"`
SourceRule *ProjectApprovalRule `json:"source_rule"`
Expand Down

0 comments on commit 9cafcb7

Please sign in to comment.