0.1.0 • Published 6 years ago

probot-history v0.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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.