probot-ooo
probot-ooo copied to clipboard
🙅 Respond with an auto-responder when you are OOO
Probot: OOO
Respond with an auto-responder when you are out of office (OOO).
Use the /ooo slash command to let everyone know when you will be OOO:
While are enjoying your OOO, probot-ooo will respond on your behalf to anyone who mentions you, with an out of office reply:
Usage
- Install the GitHub App
- Start using the
/ooocommand to set up OOO reminders within your organization
Setup
# Install dependencies
npm install
# Install database
npm run-script migrate
# Run the bot
npm start
# Simulate an OOO request
npm run-script simulate-ooo
# Simulate a mention
npm run-script simulate-mention
See docs/deploy.md if you would like to run your own instance of this app.