Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
fix: add _extends option to config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Jun 17, 2018
1 parent 3fe2f64 commit 62d0c05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ const schema = Joi.object().keys({
.default(false)
.description('Lock issues marked as support requests'),

_extends: Joi.string().description('Repository to extend settings from'),

perform: Joi.boolean().default(!process.env.DRY_RUN)
});

Expand Down

0 comments on commit 62d0c05

Please sign in to comment.