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 98408be commit 76b4f20Copy full SHA for 76b4f20
src/lib/schemaValidation.ts
@@ -269,10 +269,14 @@ const ConfigSchema = {
269
},
270
approvalThreshold: {
271
type: "number",
272
+ minimum: 0,
273
+ maximum: 100,
274
errorMessage: "Invalid config; approvalThreshold must be a number"
275
276
rejectionThreshold: {
277
278
279
280
errorMessage: "Invalid config; rejectionThreshold must be a number"
281
}
282
0 commit comments