Skip to content

Commit

Permalink
Fixing typo "approvalse"
Browse files Browse the repository at this point in the history
  • Loading branch information
coheigea authored and jeffmendoza committed Mar 25, 2022
1 parent 8d1fe1e commit db0d40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/policies/branch/branch.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type OrgConfig struct {
// ApprovalCount is the number of required PR approvals, default 1.
ApprovalCount int `yaml:"approvalCount"`

// DismissStale : set to true to require PR approvalse be dismissed when a PR
// DismissStale : set to true to require PR approvals be dismissed when a PR
// is updated, default true.
DismissStale bool `yaml:"dismissStale"`

Expand Down

0 comments on commit db0d40d

Please sign in to comment.