Skip to content

Commit c9ac9f7

Browse files
authored
Chore: update sync-repo-settings.yaml (#10320)
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.
1 parent d076349 commit c9ac9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ branchProtectionRules:
3939
# Defaults to `false`
4040
requiresCodeOwnerReviews: true
4141
# Require up to date branches
42-
requiresStrictStatusChecks: true
42+
requiresStrictStatusChecks: false
4343
# List of required status check contexts that must pass for commits to be accepted to matching branches.
4444
requiredStatusCheckContexts:
4545
- "Kokoro CI - Lint"

0 commit comments

Comments
 (0)