-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(deps): update actions/setup-python action to v3 Source-Link: googleapis/synthtool@571ee2c Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:09af371bb7d8ebbaef620bfc76c0a3a42da96d75f4821409b54f3466d4ebbd3c * add custom sync repo settings Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
- Loading branch information
1 parent
836b0a4
commit 596f0e0
Showing
54 changed files
with
905 additions
and
12,592 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
packages/googleapis-common-protos/.github/sync-repo-settings.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 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' | ||
- 'Kokoro' | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.