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
28 lines (26 loc) · 1.06 KB
/
sync-repo-settings.yaml
File metadata and controls
28 lines (26 loc) · 1.06 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
# 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'
- '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.4.0'
- 'Presubmit - Unit Tests Ray 2.9.3'
- 'Presubmit - Unit Tests LangChain (Python 3.8)'
- 'Presubmit - Unit Tests LangChain (Python 3.9)'
- 'Presubmit - Unit Tests LangChain (Python 3.10)'
- 'Presubmit - Unit Tests LangChain (Python 3.11)'