Inbox Mark All Read

Mark all GitHub notifications as read

Microsoft 00d2108 498 B Updated 2.7k repo stars

File contents

Mark All Notifications Read

All notifications

gh api --method PUT /notifications

All notifications in a specific repo

gh api --method PUT /repos/{owner}/{repo}/notifications

Replace {owner} and {repo} with the repository owner and name.

Since a specific time

Add the last_read_at parameter:

gh api --method PUT /notifications -f last_read_at=2024-01-01T00:00:00Z

microsoft/vscode-team-kit/tree/main/github-inbox/skills/inbox-mark-all-read commit 00d210853a

Frequently asked questions

npx skillmds@latest add microsoft/inbox-mark-all-read