From 71dfae355919e5dd946ed2e5adfc98811c43fe23 Mon Sep 17 00:00:00 2001 From: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com> Date: Tue, 27 Jun 2023 07:09:39 -0500 Subject: [PATCH] Chore: update sync-repo-settings.yaml Removing requirement to have branches up-to-date with main, to accelerate merging PRs. Merge conflicts will still be checked. This has been reviewed with Python leads, and we can revert it at any time if needed. --- .github/sync-repo-settings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 6c00aaf92aa..6210b6bc474 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -39,7 +39,7 @@ branchProtectionRules: # Defaults to `false` requiresCodeOwnerReviews: true # Require up to date branches - requiresStrictStatusChecks: true + requiresStrictStatusChecks: false # List of required status check contexts that must pass for commits to be accepted to matching branches. requiredStatusCheckContexts: - "Kokoro CI - Lint"