Hacker News new | ask | show | jobs
by willbur1972 270 days ago
The cleanup has exposed a bug in GitHub where I now have an invisible unread message in my inbox which I can’t remove.
1 comments

Its a bug for sure. I managed to "remove" the unread notification with github cli tool as following:

gh api notifications -X PUT -f last_read_at=2025-09-28T00:00:00Z -f read=true

However, i still see the repo in my repo list, that i cant delete or access.

This SO topic also has a solution via the GitHub UI: https://stackoverflow.com/questions/73581385/github-notifica...