Skip to content

Commit

Permalink
Fix usage of Derek features
Browse files Browse the repository at this point in the history
- The features in .DEREK.yml were not correctly stated as per
the user guide. They caused no harm, but may have been misleading
the features removed are all part of the "comments" feature.
- The new "pr_description_required" is turned on which helps
reduce maintainer fatigue when a contributor deletes the whole
text area / description of a new PR. Derek will advise as per:
https://github.com/alexellis/derek/blob/master/USER_GUIDE.md
- This version of Derek also includes the ability to use a slash
command in place of the text "Derek" i.e. "/add label" or
"/set milestone"

Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis authored and neolit123 committed Feb 28, 2019
1 parent 5033c02 commit 2d2603c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .DEREK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ maintainers:
features:
- dco_check
- comments
- labels
- milestone
- pr_description_required

0 comments on commit 2d2603c

Please sign in to comment.