HN user

appdata

1 karma
Posts0
Comments2
View on HN
No posts found.

Here's a fix to remove the notification. Use the GitHub CLI (cli.github.com) to remove it.

gh auth login

gh api notifications //find the bad phishing notification that should be deleted

gh api --method PATCH notifications/threads/(ID HERE)