Skip to content

Commit

Permalink
chore: add native image checks as required (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: Alice <[email protected]>
  • Loading branch information
mpeddada1 and alicejli authored Jul 11, 2022
1 parent 81b26e2 commit c70613d
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions java-bigquerymigration/.github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Whether or not rebase-merging is enabled on this repository.
# Defaults to `true`
rebaseMergeAllowed: false
Expand All @@ -15,33 +14,33 @@ mergeCommitAllowed: false
branchProtectionRules:
# Identifies the protection rule pattern. Name of the branch to be protected.
# Defaults to `master`
- pattern: master
- pattern: master
# Can admins overwrite branch protection.
# Defaults to `true`
isAdminEnforced: true
isAdminEnforced: true
# Number of approving reviews required to update matching branches.
# Defaults to `1`
requiredApprovingReviewCount: 1
requiredApprovingReviewCount: 1
# Are reviews from code owners required to update matching branches.
# Defaults to `false`
requiresCodeOwnerReviews: true
requiresCodeOwnerReviews: true
# Require up to date branches
requiresStrictStatusChecks: false
requiresStrictStatusChecks: false
# List of required status check contexts that must pass for commits to be accepted to matching branches.
requiredStatusCheckContexts:
- "dependencies (8)"
- "dependencies (11)"
- "lint"
- "units (8)"
- "units (11)"
- "Kokoro - Test: Integration"
- "cla/google"
- OwlBot Post Processor
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- lint
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- cla/google
- OwlBot Post Processor
# List of explicit permissions to add (additive only)
permissionRules:
- team: yoshi-admins
permission: admin
- team: yoshi-java-admins
permission: admin
- team: yoshi-java
permission: push
- team: yoshi-admins
permission: admin
- team: yoshi-java-admins
permission: admin
- team: yoshi-java
permission: push

0 comments on commit c70613d

Please sign in to comment.