Stay on top of code reviews and issues without watching your inbox. This setup checks for new GitHub notifications and posts a clean summary into a Discord channel so your team can act fast. It is ideal for engineering teams who want quick alerts without extra tools.
A schedule runs every minute. A small script calculates the time one minute ago and passes it to the GitHub notifications API. The request uses Basic Auth and a User Agent, and only asks for updates since the last minute to cut noise. Another script turns each notification into a short line with reason, title, and a readable link. A check step only sends to Discord when there is something new, then the message tags a user so the right person sees it.
You need a GitHub account with a personal access token and a Discord webhook or bot access. Set your channel, add the user ID you want to mention, and decide how often it should run. Teams use this for code review nudges, bug triage, and release follow ups. Expect faster replies and less context switching across busy repos.