All Projects â†’ swinton â†’ probot-ooo

swinton / probot-ooo

Licence: ISC license
🙅 Respond with an auto-responder when you are OOO

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to probot-ooo

Request Info
Requests more info from PRs/Issues with either the default title or a blank body
Stars: ✭ 89 (+147.22%)
Mutual labels:  probot, probot-app
Pull
🤖 Keep your forks up-to-date via automated PRs
Stars: ✭ 3,364 (+9244.44%)
Mutual labels:  probot, probot-app
Probot Conventional Release
A GitHub App built with Probot that creates GitHub Release following Conventional Commits
Stars: ✭ 48 (+33.33%)
Mutual labels:  probot, probot-app
Welcome
A probot app that welcome new users
Stars: ✭ 132 (+266.67%)
Mutual labels:  probot, probot-app
Gh Polls Bot
Automatically create polls in GitHub issues.
Stars: ✭ 187 (+419.44%)
Mutual labels:  probot, probot-app
Todo
🤖✅ GitHub App that creates new issues from actionable comments in your code.
Stars: ✭ 685 (+1802.78%)
Mutual labels:  probot, probot-app
Dep
[DEPRECATED] Use https://github.com/z0al/dependent-issues instead
Stars: ✭ 69 (+91.67%)
Mutual labels:  probot, probot-app
boring-cyborg
🤖 A Github bot to automatically label PRs, issues and perform all the boring operations that you don't want to do.
Stars: ✭ 66 (+83.33%)
Mutual labels:  probot, probot-app
Weekly Digest
Weekly summary of activity on your GitHub repository 📆
Stars: ✭ 199 (+452.78%)
Mutual labels:  probot, probot-app
new-pr-welcome
Welcome users when they open their first PR in your repository
Stars: ✭ 20 (-44.44%)
Mutual labels:  probot, probot-app
Auto Assign
🤖 A Probot app that adds reviewers to pull requests when pull requests are opened.
Stars: ✭ 140 (+288.89%)
Mutual labels:  probot, probot-app
Commitlint Bot
[NOT MAINTAINED] use https://github.com/apps/semantic-pull-requests
Stars: ✭ 157 (+336.11%)
Mutual labels:  probot, probot-app
probot-lambda
Test for running probot in AWS Lambda
Stars: ✭ 25 (-30.56%)
Mutual labels:  probot, probot-app
Probot Gpg
A GitHub App that enforces GPG signatures on pull requests (no longer maintained)
Stars: ✭ 13 (-63.89%)
Mutual labels:  probot, probot-app
Mergeable
🤖 All the missing GitHub automation 🙂 🙌
Stars: ✭ 475 (+1219.44%)
Mutual labels:  probot, probot-app
First Timers Bot
A friendly bot that helps onboarding new Open Source Contributors
Stars: ✭ 239 (+563.89%)
Mutual labels:  probot, probot-app
merge-me
A GitHub app that merges your pull requests once all required checks pass.
Stars: ✭ 19 (-47.22%)
Mutual labels:  probot, probot-app
probot-issue-duplicate-detection
A probot plugin for automatic issue duplicate detection
Stars: ✭ 31 (-13.89%)
Mutual labels:  probot, probot-app
Stale
A GitHub App built with Probot that closes abandoned Issues and Pull Requests after a period of inactivity.
Stars: ✭ 1,070 (+2872.22%)
Mutual labels:  probot, probot-app
branch-switcher
a GitHub bot that switches the base branch of pull requests to the preferred branch
Stars: ✭ 15 (-58.33%)
Mutual labels:  probot, probot-app

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].