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

Commit

Permalink
chore: add RuleType to ProjectApprovalRule
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevilliers committed Aug 30, 2024
1 parent 315e1c6 commit e9e9ee8
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 e9e9ee8

Please sign in to comment.