From 0df3ed8fe2f68d4ec7eca6d04cdd859d532badb3 Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Fri, 22 Jul 2022 16:38:10 -0700 Subject: [PATCH] chore(settings): disable linear history on branch (#6399) --- .github/sync-repo-settings.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index d82817d54397..55092e357339 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -19,6 +19,7 @@ branchProtectionRules: - 'cla/google' requiredApprovingReviewCount: 1 requiresStrictStatusChecks: true + requiresLinearHistory: false permissionRules: - team: actools permission: admin