GitHub release notification bot
Go to file
Robert Kaussow 731d2b8aa7
refactoring
2020-09-21 09:15:27 +02:00
.github refactoring 2020-09-21 09:15:27 +02:00
cmd/github-releases-notifier refactoring 2020-09-21 09:15:27 +02:00
docker refactoring 2020-09-21 09:15:27 +02:00
internal refactoring 2020-09-21 09:15:27 +02:00
.drone.jsonnet refactoring 2020-09-21 09:15:27 +02:00
.drone.yml refactoring 2020-09-21 09:15:27 +02:00
.gitignore Ignore .env 2017-08-08 14:32:21 +02:00
CHANGELOG.md refactoring 2020-09-21 09:15:27 +02:00
LICENSE refactoring 2020-09-21 09:15:27 +02:00
Makefile Add a Makefile 2017-08-08 12:37:23 +02:00
README.md refactoring 2020-09-21 09:15:27 +02:00
go.mod refactoring 2020-09-21 09:15:27 +02:00
go.sum switch to gomod and add option to ignore pre-releases 2020-01-14 13:59:59 +01:00

README.md

github-releases-notifier

GitHub release notification bot

Build Status Docker Hub Quay.io Go Report Card 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