-
-
Notifications
You must be signed in to change notification settings - Fork 14
Subscription/watch management #49
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
The forge APIs support managing notification subscriptions (watch/unwatch repos, subscribe/unsubscribe/ignore threads) but the library doesn't expose this.
PUT /repos/{owner}/{repo}/subscription(watch repo),PUT /notifications/threads/{id}/subscription(subscribe/ignore thread)PUT /repos/{owner}/{repo}/subscription(watch repo)This would allow consumers to programmatically mute/unmute notification threads and manage repo watch settings, syncing these preferences back to the forge rather than only tracking them locally.