Hacker News new | ask | show | jobs
by phplovesong 268 days ago
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.

1 comments

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