Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickgarlis/probot-history
A GitHub App built with Probot notifies contributors when a change in history has occurred.
https://github.com/nickgarlis/probot-history
github-app github-bot history-bot probot probot-app
Last synced: 20 days ago
JSON representation
A GitHub App built with Probot notifies contributors when a change in history has occurred.
- Host: GitHub
- URL: https://github.com/nickgarlis/probot-history
- Owner: nickgarlis
- License: isc
- Created: 2018-05-04T17:59:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T18:49:10.000Z (over 6 years ago)
- Last Synced: 2024-12-13T06:05:05.296Z (27 days ago)
- Topics: github-app, github-bot, history-bot, probot, probot-app
- Language: JavaScript
- Homepage: https://github.com/apps/history
- Size: 12.7 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Probot: History
> a GitHub App built with [Probot](https://github.com/probot/probot) notifies contributors when a change in history has occurred.
![history-demo](https://user-images.githubusercontent.com/25513006/40001110-229e98b0-5796-11e8-8924-79bd0cbb91f2.png)
## Usage
1. **[Configure the GitHub App](https://github.com/apps/history)**
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:
```yml
# 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.