forked from googleapis/python-aiplatform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsync-repo-settings.yaml
More file actions
34 lines (32 loc) · 1.35 KB
/
sync-repo-settings.yaml
File metadata and controls
34 lines (32 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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.9'
- 'Presubmit - Unit Tests Python 3.10'
- 'Presubmit - Unit Tests Python 3.11'
- 'Presubmit - Unit Tests Python 3.12'
- 'Presubmit - Unit Tests Python 3.13'
- 'Presubmit - Unit Tests Python 3.14'
- 'Presubmit - Unit Tests Ray 2.9.3'
- 'Presubmit - Unit Tests Ray 2.33.0'
- 'Presubmit - Unit Tests Ray 2.42.0 (Python 3.10)'
- 'Presubmit - Unit Tests Ray 2.42.0 (Python 3.11)'
- 'Presubmit - Unit Tests Ray 2.47.1 (Python 3.11)'
- 'Presubmit - Unit Tests LangChain (Python 3.9)'
- 'Presubmit - Unit Tests LangChain (Python 3.10)'
- 'Presubmit - Unit Tests LangChain (Python 3.11)'
- 'Presubmit - Unit Tests LangChain (Python 3.12)'
- 'Presubmit - Unit Tests LangChain (Python 3.13)'