From 84e256f41fd1aa994171b9ca4bcbb99136116a01 Mon Sep 17 00:00:00 2001 From: Cassiano Aquino Date: Wed, 2 Oct 2019 22:09:46 +0100 Subject: [PATCH] Adds .DEREK.yml Derek is a bot that will allow us to manage PRs and Issues without needing access to the repository. It allows us to assign labels, users and a lot of other features https://reaxt.com/alexellis/derek/blob/master/USER_GUIDE.md @evilsocket you will need to add the derek app to your repo https://github.com/apps/derek --- .DEREK.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .DEREK.yml diff --git a/.DEREK.yml b/.DEREK.yml new file mode 100644 index 0000000..c63d9d1 --- /dev/null +++ b/.DEREK.yml @@ -0,0 +1,10 @@ +maintainers: + - evilsocket + - caquino + - dadav + - justin-p + +features: + - comments + - pr_description_required +