probot-ooo icon indicating copy to clipboard operation
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:

screenshot 2018-01-03 18 47 15

While are enjoying your OOO, probot-ooo will respond on your behalf to anyone who mentions you, with an out of office reply:

screen shot 2018-01-05 at 6 16 55 pm

Usage

  1. Install the GitHub App
  2. Start using the /ooo command 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.