Yonatan Kiron
Results
4
issues of
Yonatan Kiron
Adds delete_label parameter
Just like there is a `label` parameter that's add a label to a pull request, I would love to have `delete_label` parameter.
Alternatively to https://github.com/AndrewKeig/express-validation/pull/127 The issue is that when you overload the `req` object with an extra property you will get `ValidationError`. E.g., ```javascript Joi.assert( Joi.object({body: {}, foo: {}}), Joi.object(parameters.reduce((result, item)...