https://github.com/merty/simple-commit-notifier
A simple Post-Receive URL implementation to send emails containing commit information
https://github.com/merty/simple-commit-notifier
github github-webhooks
Last synced: 8 months ago
JSON representation
A simple Post-Receive URL implementation to send emails containing commit information
- Host: GitHub
- URL: https://github.com/merty/simple-commit-notifier
- Owner: merty
- Created: 2011-12-18T15:07:15.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-11-23T12:49:47.000Z (about 11 years ago)
- Last Synced: 2025-04-03T21:36:08.600Z (9 months ago)
- Topics: github, github-webhooks
- Language: PHP
- Homepage:
- Size: 122 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple Commit Notifier
======================
[](https://codeclimate.com/github/merty/simple-commit-notifier)
Simple Commit Notifier is a Post-Receive URL implementation to send emails containing commit information.
Usage
-----
* Fill in the settings inside the `index.php` file.
* Fill in the `contacts` file with the email addresses you want to send an email to after each commit. There should be only one email address per line.
* Fill in the `trusted repos` file with the names of the repositories you want this script to work for. There should be only one repository name per line.
* Fill in the `header.html` and `footer.html` files to prepend and append your emails with some HTML content.