-
        Select Topic AreaBug Feature AreaIssues Body 
In the diagram you can see the incorrectly displayed number 1 Guidelines | 
  
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
| 
         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!  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         But apparently the problem is a GitHub bug. 🧐  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         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"'"}' | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         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.  | 
  
Beta Was this translation helpful? Give feedback.

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