Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: add required checks for google-api-ruby-client (#533)
  • Loading branch information
Graham Paye committed Feb 21, 2020
1 parent ef9db71 commit ce5c6bc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions required-checks.json
Expand Up @@ -92,5 +92,27 @@
"googleapis/gapic-generator-typescript",
"googleapis/cloud-profiler-nodejs"
]
},
"ruby": {
"enableSquashMerge": true,
"enableRebaseMerge": true,
"requireUpToDateBranch": true,
"requiredStatusChecks": [
"OSx",
"Ubuntu",
"Windows",
"cla/google"
],
"ignoredRepos": [
"googleapis/discovery-artifact-manager",
"googleapis/gax-ruby",
"googleapis/google-auth-library-ruby",
"googleapis/google-cloud-ruby",
"googleapis/ruby-style",
"googleapis/signet",
"googleapis/gapic-generator-ruby",
"GoogleCloudPlatform/ruby-docs-samples",
"GoogleCloudPlatform/getting-started-ruby"
]
}
}

0 comments on commit ce5c6bc

Please sign in to comment.