Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 785 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 785 Bytes

gh-issue-notifier

Selective notifications for GitHub issues

Get notified when issues with a specific label are created.

How to run

Preparation

Following environment variables are required, a good idea would be to put them in an .env file.

SHOUTRRR_URL=<your shoutrrr url>
INTERVAL=10m
GITHUB_PAT=<your personal github token, optional>

You'll also need a patterns.yaml file to configure the issues you want to be notified about. See patterns.sample.yaml for an example.

Docker

You can use the provided docker image either with the compose file found in this repository or start the container from the command line via docker run --rm --env-file .env -v $(pwd)/issues.txt:/issues.txt ghcr.io/4350pchris/gh-issue-notifier