Skip to content

xavierchow/pr-diverge-reminder

Repository files navigation

pr-diverge-reminder

A GitHub App built with Probot that A probot App reminds you when the base branch changes

Usage

There are a few assumptions to use this bot,

  1. You use Github pull request in your workflow.
  2. You prefer linear git history when incorporating the feature branch
  3. To accomplish step 2, you always use git rebase to update your pull request.

If you sometimes forget to update your pull request before merging, this bot is perfect reminder for you, it pings the author of the pull request when there are changes in the base branch, see the following snapshot:

Setup

# Install dependencies
npm install

# Run the bot
npm start

Contributing

If you have suggestions for how pr-base-reminder could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

Big Thanks

Xincen to provide the icon for this bot.

License

ISC © 2020 Xavier Zhou xiayezhou@gmail.com