Skip to content

Commit

Permalink
Merge pull request #2001 from mdevilliers/add_missing_rule_types
Browse files Browse the repository at this point in the history
chore: add ReportType to ProjectApprovalRule
  • Loading branch information
svanharmelen committed Sep 2, 2024
2 parents 315e1c6 + e9e9ee8 commit fa3f0b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ type ProjectApprovalRule 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"`
Users []*BasicUser `json:"users"`
Expand Down

0 comments on commit fa3f0b2

Please sign in to comment.