Skip to content

Commit c19eb05

Browse files
authored
fix: remove kokoro as required for running
1 parent f86033d commit c19eb05

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

.github/sync-repo-settings.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,12 @@ branchProtectionRules:
4242
requiresStrictStatusChecks: false
4343
# List of required status check contexts that must pass for commits to be accepted to matching branches.
4444
requiredStatusCheckContexts:
45-
- "Kokoro CI - Lint"
46-
- "Kokoro CI - Python 3.9"
47-
- "Kokoro CI - Python 3.13"
45+
- "Lint"
46+
# - "Kokoro CI - Python 3.9"
47+
# - "Kokoro CI - Python 3.13"
4848
- "cla/google"
4949
- "snippet-bot check"
5050
# List of explicit permissions to add (additive only)
5151
permissionRules:
52-
# Team slug to add to repository permissions
53-
- team: yoshi-admins
54-
# Access level required, one of push|pull|admin
55-
permission: admin
56-
- team: yoshi-python-admins
57-
permission: admin
58-
- team: yoshi-python
59-
permission: push
6052
- team: python-samples-owners
6153
permission: admin

0 commit comments

Comments
 (0)