From 921c9a049b8772f2e7bc7bcd1ac051d2e4b1170c Mon Sep 17 00:00:00 2001 From: "Joel Sticha (ranma2913)" <4295880+ranma2913@users.noreply.github.com> Date: Tue, 28 Apr 2026 13:35:28 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=93=9A=20Fix=20typo=20in=20branch?= =?UTF-8?q?=20protection=20configuration=20(`require=5Flinear=5Fhistory`?= =?UTF-8?q?=20to=20`required=5Flinear=5Fhistory`)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/github-settings/5. branch-protection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/github-settings/5. branch-protection.md b/docs/github-settings/5. branch-protection.md index 4874a1d79..b186b8e64 100644 --- a/docs/github-settings/5. branch-protection.md +++ b/docs/github-settings/5. branch-protection.md @@ -24,7 +24,7 @@ branches: require_code_owner_reviews: true require_last_push_approval: true required_signatures: true - require_linear_history: false + required_linear_history: false bypass_pull_request_allowances: apps: - Jarvis @@ -226,7 +226,7 @@ branches: branches: - name: default protection: - require_linear_history: false + required_linear_history: false ... ```