From c9d8cd3bdd10891d365be6efd4c25ea991030651 Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Fri, 12 Jan 2018 17:12:20 +0000 Subject: [PATCH] chore: add oliver twist bot [skip ci] --- .github/oliver.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/oliver.yml diff --git a/.github/oliver.yml b/.github/oliver.yml new file mode 100644 index 00000000..45aaef10 --- /dev/null +++ b/.github/oliver.yml @@ -0,0 +1,12 @@ +# Number of days the issue was closed in before the bot should reply. +# If the issue was closed in more days than this, the bot won't reply. +# Use `daysClosedIn: false` to *always* reply. +daysClosedIn: 5 + +# Labels to look for on issues the bot can reply to +labels: + - bug + +# Comment to post when replying +comment: > + Thanks for raising this issue, and hopefully you're happy with @remy's fix. If you'd like to support this project, you can do just that through the open collective https://opencollective.com/nodemon/donate or at the very least, starring this project would give me @remy a little smile ❤️