Phishing attack through GitHub notification 10 months ago
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)