From c70613d5043013b202798bb4887a59a0ea797e41 Mon Sep 17 00:00:00 2001 From: Mridula <66699525+mpeddada1@users.noreply.github.com> Date: Mon, 11 Jul 2022 13:44:19 -0400 Subject: [PATCH] chore: add native image checks as required (#134) Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com> --- .../.github/sync-repo-settings.yaml | 41 +++++++++---------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/java-bigquerymigration/.github/sync-repo-settings.yaml b/java-bigquerymigration/.github/sync-repo-settings.yaml index 4fca24f871b6..7474da88f25f 100644 --- a/java-bigquerymigration/.github/sync-repo-settings.yaml +++ b/java-bigquerymigration/.github/sync-repo-settings.yaml @@ -1,4 +1,3 @@ - # Whether or not rebase-merging is enabled on this repository. # Defaults to `true` rebaseMergeAllowed: false @@ -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