vladionescu / keybase-gitea-bot

Based on Keybase's Gitlab bot. Notifications in Keybase Teams for Gitea, using webhooks.
MIT License
3 stars 3 forks source link

Add new Gitea release notifications #5

Open vladionescu opened 3 years ago

vladionescu commented 3 years ago

I currently have an IFTTT RSS->Email trigger that sends me a message when there's a new Gitea release, based on Gitea's GitHub RSS feed watching for newly tagged releases.

It'd be nice if this was built in as a feature for the bot, so it could message the announcements channel when there's a new release.

vladionescu commented 3 years ago

The RSS URL for releases: https://github.com/go-gitea/gitea/releases.atom

Generally you can add .atom to a GitHub URL and get an RSS feed.