| # https://github.com/googleapis/repo-automation-bots/tree/main/packages/sync-repo-settings | |
| # We are disabling this bot until https://github.com/googleapis/repo-automation-bots/issues/4617 | |
| # is resolved | |
| enabled: false | |
| # Rules for main branch protection | |
| mergeCommitAllowed: true | |
| branchProtectionRules: | |
| # Identifies the protection rule pattern. Name of the branch to be protected. | |
| # Defaults to `main` | |
| - pattern: main | |
| requiresCodeOwnerReviews: true | |
| requiresStrictStatusChecks: true | |
| requiredStatusCheckContexts: | |
| - 'cla/google' | |
| - 'Kokoro docs-presubmit' | |
| - 'Presubmit - Lint and Coverage' | |
| - 'Presubmit - Unit Tests Python 3.8' | |
| - 'Presubmit - Unit Tests Python 3.9' | |
| - 'Presubmit - Unit Tests Python 3.10' | |
| - 'Presubmit - Unit Tests Python 3.11' | |
| - 'Presubmit - Unit Tests Python 3.12' | |
| - 'Presubmit - Unit Tests Ray 2.9.3' | |
| - 'Presubmit - Unit Tests LangChain (Python 3.9)' | |
| - 'Presubmit - Unit Tests LangChain (Python 3.10)' | |
| - 'Presubmit - Unit Tests LangChain (Python 3.11)' |