forked from googleapis/python-api-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsync-repo-settings.yaml
More file actions
60 lines (60 loc) · 1.67 KB
/
sync-repo-settings.yaml
File metadata and controls
60 lines (60 loc) · 1.67 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# 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'
# No Kokoro: the following are Github actions
- 'lint'
- 'mypy'
- 'unit_grpc_gcp-3.7'
- 'unit_grpc_gcp-3.8'
- 'unit_grpc_gcp-3.9'
- 'unit_grpc_gcp-3.10'
- 'unit_grpc_gcp-3.11'
- 'unit_grpc_gcp-3.12'
- 'unit_grpc_gcp-3.13'
- 'unit_grpc_gcp-3.14'
- 'unit-3.7'
- 'unit-3.8'
- 'unit-3.9'
- 'unit-3.10'
- 'unit-3.11'
- 'unit-3.12'
- 'unit-3.13'
- 'unit-3.14'
- 'unit_wo_grpc-3.10'
- 'unit_wo_grpc-3.11'
- 'unit_wo_grpc-3.12'
- 'unit_wo_grpc-3.13'
- 'unit_wo_grpc-3.14'
- 'unit_w_prerelease_deps-3.7'
- 'unit_w_prerelease_deps-3.8'
- 'unit_w_prerelease_deps-3.9'
- 'unit_w_prerelease_deps-3.10'
- 'unit_w_prerelease_deps-3.11'
- 'unit_w_prerelease_deps-3.12'
- 'unit_w_prerelease_deps-3.13'
- 'unit_w_prerelease_deps-3.14'
- 'unit_w_async_rest_extra-3.7'
- 'unit_w_async_rest_extra-3.8'
- 'unit_w_async_rest_extra-3.9'
- 'unit_w_async_rest_extra-3.10'
- 'unit_w_async_rest_extra-3.11'
- 'unit_w_async_rest_extra-3.12'
- 'unit_w_async_rest_extra-3.13'
- 'unit_w_async_rest_extra-3.14'
- 'cover'
- 'docs'
- 'docfx'
permissionRules:
- team: actools-python
permission: admin
- team: actools
permission: admin
- team: yoshi-python
permission: push