We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a5f59 commit 0318e77Copy full SHA for 0318e77
github/repos.go
@@ -833,7 +833,7 @@ type PullRequestReviewsEnforcementUpdate struct {
833
RequiredApprovingReviewCount int `json:"required_approving_review_count"`
834
}
835
836
-// RequireLinearHistory represents the configuration to enfore branches with no merge commit.
+// RequireLinearHistory represents the configuration to enforce branches with no merge commit.
837
type RequireLinearHistory struct {
838
Enabled bool `json:"enabled"`
839
0 commit comments