Skip to content

Commit

Permalink
fix: fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kristof-mattei committed Sep 20, 2022
1 parent 0d88baa commit 2363092
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2363092

Please sign in to comment.