-
Notifications
You must be signed in to change notification settings - Fork 1
/
sync-repo-settings.yaml
40 lines (40 loc) · 1.06 KB
/
sync-repo-settings.yaml
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
35
36
37
38
39
40
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/sync-repo-settings
# Rules for main branch protection
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'
- 'OwlBot Post Processor'
- 'lint'
- 'Kokoro system-3.8'
- 'Kokoro system-3.11 (noextras)'
- 'Kokoro system-3.13'
- 'docs'
- 'unit (3.7)'
- 'unit (3.8)'
- 'unit (3.12)'
- 'unit (3.13)'
- 'cover'
- 'Samples - Lint'
- 'Samples - Python 3.8'
- 'Samples - Python 3.11'
- 'Samples - Python 3.12'
permissionRules:
- team: actools-python
permission: admin
- team: actools
permission: admin
- team: api-bigquery
permission: push
- team: api-bigquery-dataframe
permission: push
- team: yoshi-python
permission: push
- team: python-samples-owners
permission: push
- team: python-samples-reviewers
permission: push