Skip to content

4350pChris/gh-issue-notifier

Repository files navigation

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

About

Selective notifications for GitHub issues

Resources

License

Stars

Watchers

Forks

Releases

No releases published