25 条回复  ·  2770 次点击
skiy 小成 2025-9-24 10:32:08
我也收到了,提 spam 了,但好像没处理。
Chingjyu 初学 2025-9-24 10:52:30
我开 ticket 收到了回复: Hi there, (省略套话) As a workaround, if you're familiar with the GitHub CLI, you can use the script below to mark all of your notifications as read. This may take care of the phantom message, but please note that the 1-0 of 1 message may still persist after the curl command is run. Our engineers are investigating this bug as well. Running the script to mark notifications as "read" is generally considered safe, as it does not remove the notification itself, only updates the status of the notification. Here is the script: gh api \ --method PUT \ -H "Accept: application/vnd.github+json" \ /notifications \ -F read=true If you have a Personal Access Token (PAT), you can also use the following curl command to mark all of your notifications as read. Please note that in order to use the curl command, you will need to replace $TOKEN with your own PAT, which you can create here. Also note that the PAT must have the notifications scope. curl -X PUT \ -H "Accept: application/vnd.github.v3+json" \ -H "Authorization: token $TOKEN" \ https://api.github.com/notifications For your reference, here is the documentation for the Notifications REST API endpoint. (省略套话) Thanks, xxx GitHub Support
fakepoet 小成 2025-9-24 11:23:18
@abel533 我也收到了,里面那个超链接的实际 url 和显示不一致,我直接举报 spam 了
lx0758 小成 2025-9-24 11:30:39
刚刚收到...github 出现一个有新通知小红点, 取消不掉了...Github 应该已经注意到这个问题了
ClosureEleven 小成 2025-9-24 13:43:28
@neteroster 感谢 终于把这烦人的蓝点消掉了
icyalala 小成 2025-9-24 15:13:13
我也收到了,而且过去也收到过类似的群发 At 提醒 这种只要放着不管就行,过半天一天之后 Github 自己就会删除掉,提示也会自动消除
123
返回顶部