There is no data in the notification list, but there are corner markers. #111157
Answered
by
aimuz
aimuz
asked this question in
Other Feature Feedback, Questions, & Ideas
Select Topic AreaBug Feature AreaIssues Body
In the diagram you can see the incorrectly displayed number 1 Guidelines |
Answered by
aimuz
Mar 19, 2024
Replies: 4 comments 2 replies
|
Thanks for posting in the GitHub Community, @aimuz ! We're happy you're here. You are more likely to get a useful response if you are posting your question in the applicable category, the Projects and Issues category is solely related to conversations around the GitHub products Issues and Projects. I've gone ahead and moved it for you. Good luck! |
0 replies
|
But apparently the problem is a GitHub bug. 🧐 |
0 replies
|
This solves my problem, the token needs to be created here: https://github.com/settings/tokens/new. export now=$(date +%Y-%m-%dT%H:%M:%SZ)
curl -H "Authorization: bearer $TOKEN" -X PUT -H "Accept: application/vnd.github.v3+json" https://api.github.com/notifications -d '{"last_read_at":"'"$now"'"}' |
2 replies
Answer selected by
aimuz
|
We’re glad you could get this solved and we want to make sure others can do the same so we’ve reopened this discussion for better discoverability for our members. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This solves my problem, the token needs to be created here: https://github.com/settings/tokens/new.