probot-history

0.1.0 • Public • Published

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.

Package Sidebar

Install

npm i probot-history

Weekly Downloads

1

Version

0.1.0

License

ISC

Unpacked Size

16.5 kB

Total Files

14

Last publish

Collaborators

  • nickgarlis