From db0d40dce09be27f1c7430b023ad454f207aa182 Mon Sep 17 00:00:00 2001 From: Colm O hEigeartaigh Date: Fri, 25 Mar 2022 12:38:14 +0000 Subject: [PATCH] Fixing typo "approvalse" --- pkg/policies/branch/branch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/policies/branch/branch.go b/pkg/policies/branch/branch.go index f6a7e71a..cca2afde 100644 --- a/pkg/policies/branch/branch.go +++ b/pkg/policies/branch/branch.go @@ -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"`