Selective notifications for GitHub issues
Get notified when issues with a specific label are created.
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.
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