mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 22:28:25 +00:00
fix: set yaml to prevent_self_approve (#4893)
This commit is contained in:
@@ -75,7 +75,7 @@ type PolicySet struct {
|
||||
Name string `yaml:"name" json:"name"`
|
||||
Owners PolicyOwners `yaml:"owners,omitempty" json:"owners,omitempty"`
|
||||
ApproveCount int `yaml:"approve_count,omitempty" json:"approve_count,omitempty"`
|
||||
PreventSelfApprove bool `yaml:"self_approve,omitempty" json:"prevent_self_approve,omitempty"`
|
||||
PreventSelfApprove bool `yaml:"prevent_self_approve,omitempty" json:"prevent_self_approve,omitempty"`
|
||||
}
|
||||
|
||||
func (p PolicySet) Validate() error {
|
||||
|
||||
Reference in New Issue
Block a user