We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bc81d commit db3c867Copy full SHA for db3c867
src/lib/schemaValidation.ts
@@ -266,6 +266,14 @@ const ConfigSchema = {
266
useLambdaInternal: {
267
type: "boolean",
268
errorMessage: "Invalid config; useLambdaInternal must be true/false"
269
+ },
270
+ approvalThreshold: {
271
+ type: "number",
272
+ errorMessage: "Invalid config; approvalThreshold must be a number"
273
274
+ rejectionThreshold: {
275
276
+ errorMessage: "Invalid config; rejectionThreshold must be a number"
277
}
278
},
279
anyOf: [
0 commit comments