0
0
mirror of https://github.com/thegeeklab/github-releases-notifier.git synced 2024-06-02 17:49:40 +02:00
GitHub release notification bot
Go to file
2020-12-06 23:43:40 +01:00
.github cleanup 2020-09-21 09:20:18 +02:00
cmd/github-releases-notifier fix versioning 2020-09-21 09:32:50 +02:00
docker cleanup 2020-09-21 09:20:18 +02:00
internal refactoring 2020-09-21 09:15:27 +02:00
.drone.jsonnet add dockerhub auth for ci 2020-11-28 13:49:44 +01:00
.drone.yml add dockerhub auth for ci 2020-11-28 13:49:44 +01:00
.gitignore fix versioning 2020-09-21 09:32:50 +02:00
CHANGELOG.md [skip ci] update changelog 2020-12-03 10:11:19 +01:00
go.mod Update github.com/shurcooL/githubv4 commit hash to 234843c 2020-12-06 21:25:49 +00:00
go.sum Update github.com/shurcooL/githubv4 commit hash to 234843c 2020-12-06 21:25:49 +00:00
LICENSE refactoring 2020-09-21 09:15:27 +02:00
README.md fix license badge 2020-09-25 18:43:39 +02:00
renovate.json disable droneci manager 2020-11-11 22:43:05 +01:00

github-releases-notifier

GitHub release notification bot

Build Status Docker Hub Quay.io Go Report Card GitHub contributors Source: GitHub License: MIT

Receive Slack notifications if a new release of your favorite software is available on GitHub.

Setup

  1. Get a URL to send WebHooks to your Slack.
  2. Get a token for scraping GitHub: https://help.github.com/.

To watch repositories simply add them to the list of arguments e.g. -r=kubernetes/kubernetes -r=prometheus/prometheus.

Docker

docker run --rm \
    -e GITHUB_TOKEN=XXX \
    -e SLACK_HOOK=https://hooks.slack.com/... \
    thegeeklab/github-releases-notifier -r=kubernetes/kubernetes

Contributors

Special thanks goes to all contributors.

License

This project is licensed under the MIT License - see the LICENSE file for details.