github-releases-notifier icon indicating copy to clipboard operation
github-releases-notifier copied to clipboard

Receive Slack notifications for new releases of your favorite software on GitHub.

Results 11 github-releases-notifier issues
Sort by recently updated
recently updated
newest added

Github releases have IsDraft and IsPrerelease flags, I have added checkings to utilise those 2 tags as well as adding another function to check for releases with "dev" keyword

Slack is great, but we prefer track events like this as issues to follow up on via a private GitLab server. If the right combination of GITLAB env variables are...

Changes: - Add a couple of other dockerfiles for armv6 and arm64 - Add a goreleaser configuration file with some assumptions that may need some reviewing - Simplify makefile as...

Rename package from githubql to githubv4 - breaking API change.

So this can be executed on a RPI or a pi k8s cluster

help wanted

Notification about new not release tags (some repositories doesn't use "releases")

A bit messy, but it actually works. I've been running it in my rpi k8s cluster for a day. Closes https://github.com/justwatchcom/github-releases-notifier/issues/2

Hi, I wanted you to be aware of a possible issue with shurcooL/githubql's package. Querying for releases is failing a lot. The output when starting your docker image is: `{"caller":"releasechecker.go:40","err":"can't...

bug

Typo in readme example: `kubectl create secret generic github-releases-notifier \ --from-literal=github=XXX` \ --from-literal=slack=XXX` Readme secret example missing/partially wrong formatting quoted values.

This PR adds a fix to get the most recent release instead of the oldest (`orderBy: { field: CREATED_AT, direction: ASC}`). While on the job, I also updated a lot...