diff options
author | Alex Ellis <alexellis2@gmail.com> | 2019-02-28 11:26:37 +0000 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2019-02-28 17:18:58 +0200 |
commit | 2d2603c0bc3f0ae56d121d326b3ace8db2283130 (patch) | |
tree | bb38c37c5f97672b69d439d0e3aa8512c6bda3a8 /.DEREK.yml | |
parent | 5033c02a110e143b02d6995247faa8c6180890a0 (diff) | |
download | subsurface-2d2603c0bc3f0ae56d121d326b3ace8db2283130.tar.gz |
Fix usage of Derek features
- 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 <alexellis2@gmail.com>
Diffstat (limited to '.DEREK.yml')
-rw-r--r-- | .DEREK.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.DEREK.yml b/.DEREK.yml index d324aea2c..b4bfd3bbe 100644 --- a/.DEREK.yml +++ b/.DEREK.yml @@ -15,5 +15,4 @@ maintainers: features: - dco_check - comments - - labels - - milestone + - pr_description_required |