Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.14 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.14 KB

Probot: History

a GitHub App built with Probot notifies contributors when a change in history has occurred.

history-demo

Usage

  1. Configure the GitHub App
  2. Create .github/history.yml based on the following template
  3. 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.

Contributing

Found a bug ? Want to propose a change ? Then by all means make an issue. Pull requests are more than welcome.