Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/artman
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8cd1a3a103fe47f85a7fe3ec76a135a00d176551
Choose a base ref
..
head repository: googleapis/artman
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 56ce362c5a1b02abfcd7b3a40d927e51087dcbe1
Choose a head ref
Showing with 26 additions and 0 deletions.
  1. +7 −0 .github/CODEOWNERS
  2. +19 −0 .github/sync-repo-settings.yaml
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Code owners file.
# This file controls who is tagged for review for any given pull request.

# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

* @googleapis/actools
19 changes: 19 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
rebaseMergeAllowed: true
squashMergeAllowed: true
mergeCommitAllowed: false
branchProtectionRules:
- pattern: master
isAdminEnforced: true
requiredStatusCheckContexts:
- 'ci/circleci: docs'
- 'ci/circleci: golden_and_smoke_tests'
- 'ci/circleci: unit-python3.5'
- 'ci/circleci: unit-python3.6'
- 'ci/circleci: unit-python3.7'
- 'cla/google'
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
permissionRules:
- team: actools
permission: admin