File: sync-repo-settings.yaml

package info (click to toggle)
python-googleapi 2.188.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 573,720 kB
  • sloc: python: 11,217; javascript: 249; sh: 114; makefile: 59
file content (32 lines) | stat: -rw-r--r-- 944 bytes parent folder | download
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
# 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'
    - 'Kokoro'
    - 'OwlBot Post Processor'
    - 'Samples - Lint'
    - 'Samples - Python 3.7'
    - 'Samples - Python 3.8'
    - 'Samples - Python 3.9'
    - 'Samples - Python 3.10'
    - 'Samples - Python 3.11'
    - 'Samples - Python 3.12'
    - 'Samples - Python 3.13'
    - 'Samples - Python 3.14'
permissionRules:
  - team: actools-python
    permission: admin
  - team: actools
    permission: admin
  - team: yoshi-python
    permission: push
  - team: python-samples-owners
    permission: push
  - team: python-samples-reviewers
    permission: push