diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 13cb607a..293c3336 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -1,3 +1,4 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/googleapis/repo-automation-bots/main/packages/sync-repo-settings/src/schema.json # Whether or not rebase-merging is enabled on this repository. # Defaults to `true` rebaseMergeAllowed: false @@ -34,7 +35,7 @@ branchProtectionRules: requiresStrictStatusChecks: true # List of required status check contexts that must pass for commits to be accepted to matching branches. requiredStatusCheckContexts: - - "all done" + - "All done" # Are commits required to be signed. # Defaults to `false` requiresCommitSignatures: false @@ -43,7 +44,7 @@ branchProtectionRules: requiresStatusChecks: true # Is pushing to matching branches restricted. # Defaults to `false` - restrictPushes: true + restrictsPushes: true # Is dismissal of pull request reviews restricted. # Defaults to `false` restrictsReviewDismissals: false