A GitHub App built with Probot that replies to closed bugs with "Please…can I have more…?" - ala Oliver Twist
- Configure the GitHub App
- Create
.github/oliver.ymlbased on the following template - It will start replying to newly closed bugs.
A .github/oliver.yml file is required to enable the plugin. The file can be empty, or it can override any of these default settings:
# Configuration for oliver - https://github.com/remy/oliver
# Number of calender 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. If you're happy with how it was handled,
maybe you could star this repo by way of thanks 👍See docs/deploy.md if you would like to run your own instance of this plugin.
