notoriaga / pull-request-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pull Request Review Reminder Bot

This is a Slack + GitHub + Airtable Application, written in Node.js, on Standard Library, that helps you manage pull requests. It notifies users in slack when they have been requested to view a pull request. It will remind them every hour until they submit a review, the review request is removed, or the pull request is closed.

Deploying this Application

You can deploy this Slack App to Standard Library by clicking this button:

You'll be asked to log in and be brought to a screen that looks something like this:

Before you can deploy the app, you need to link you Airtable, GitHub and Slack accounts.

Airtable

Before you link your Airtable account, should need to create a base for this app. You can make one from a template here. Once you create a copy of the base. Click the Link Resource button. Make sure you choose the base you just created when you are linking your account.

GitHub

Click the Link Resource button. You'll be asked to install the Build on Standard Library application onto your account, or an organiztion that you have access to.

Slack

Click Link Resource and follow the instructions to build and link a Slack app.

Note: Once deployed, you will still need to create the /add_reviewer command separately in your Slack app dashboard. For the slash command's request URL, enter https://<username>.events.stdlib.com/.

Creating your add_reviewer Command on Slack

You can create your add_reviewer command by visiting api.slack.com/apps, selecting your app, then clicking Slash commands on the left sidebar.

Click Create Command and fill out your command information. You'll want to use /add_reviewer as the command name and https://<username>.events.stdlib.com/ as the URL, where <username> is your Standard Library username.

Click Save in the bottom right to proceed.

That's it, you're all done! Your Slack app should be ready to go.

Thank You!

Please check out Standard Library or follow us on Twitter, @StdLibHQ.

About


Languages

Language:JavaScript 100.0%