48 words
1 minute
解决GitHub幽灵通知
飞舞GitHub连个通知都弄不好😅

brew install ghgh api notifications | jq '.[] | {id, title: .subject.title, repo: .repository.full_name}'gh api --method DELETE notifications/threads/$THREAD_ID #ID换成上一条命令获取的gh api --method DELETE notifications/threads/$THREAD_ID/subscription #同理 解决GitHub幽灵通知
https://blog.282994.xyz/posts/解决github幽灵通知/