A GitHub App built with Probot that A probot App reminds you when the base branch changes
There are a few assumptions to use this bot,
- You use Github pull request in your workflow.
- You prefer linear git history when incorporating the feature branch
- 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:
# Install dependencies
npm install
# Run the bot
npm start
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.
Xincen to provide the icon for this bot.
ISC © 2020 Xavier Zhou xiayezhou@gmail.com