Inbox Manage Subscription

Manage subscription for a GitHub notification thread

Microsoft 940cf88 659 B Updated 2.7k repo stars

File contents

Manage Notification Subscription

Ignore (mute) a thread

Stop receiving notifications for this thread:

gh api --method PUT /notifications/threads/{thread_id}/subscription -f ignored=true

Watch a thread

Subscribe to receive notifications:

gh api --method PUT /notifications/threads/{thread_id}/subscription -f ignored=false

Unsubscribe from a thread

Remove subscription entirely:

gh api --method DELETE /notifications/threads/{thread_id}/subscription

Replace {thread_id} with the notification's id field.

microsoft/vscode-team-kit/tree/main/github-inbox/skills/inbox-manage-subscription commit 940cf88117

Frequently asked questions

npx skillmds@latest add microsoft/inbox-manage-subscription