appdata·10 か月前·議論Here's a fix to remove the notification. Use the GitHub CLI (cli.github.com) to remove it.gh auth logingh api notifications //find the bad phishing notification that should be deletedgh api --method PATCH notifications/threads/(ID HERE)
appdata·10 か月前·議論I haven't gotten a phishing email, but I permanently have `ycombbiinator/-co` in my GitHub Notifications list. It doesn't display any notifications, but I have the blue notification icon. It's so annoying.https://ibb.co/xKxXrKVL
gh auth login
gh api notifications //find the bad phishing notification that should be deleted
gh api --method PATCH notifications/threads/(ID HERE)