a GitHub App built with Probot notifies contributors when a change in history has occurred.
- Configure the GitHub App
- Create
.github/history.yml
based on the following template - You are done!
A .github/history.yml
file is required to enable the plugin. The file can be empty, or it can override any of these default settings:
# Configuration for probot-history - https://github.com/nickgarlis/probot-history
# Label to use when creating an issue
historyLabel: history
# Title to use when creating an issue.
issueTitle: Attention, contributors
# Comment to post when creating an issue.
issueComment: >
It appears that a change in history has occurred.
If you plan on contributing to this project please
delete your fork and make a new one.
We apologize for the inconvenience.
Found a bug ? Want to propose a change ? Then by all means make an issue. Pull requests are more than welcome.