You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extend subscription API GET /repos/{owner}/{repo}/issues/{index}/subscriptions/{user}
ignore issue if unsubscribed but repowatch
Notes
IssueWatchModeNone = not watching / no DB entry
IssueWatchModeNormal = subscribed to issue (manualy)
IssueWatchModeDont = explisit unsubscribe
IssueWatchModeAuto = subscribed by automation (write a comment at this issue)
RepoWatch should respect IssueWatchModeDont in future ...
The text was updated successfully, but these errors were encountered:
Migrate to new Types
current: true (1), false(0)
aim:
IssueWatchModeNone, IssueWatchModeNormal, IssueWatchModeDont, IssueWatchModeAuto
ToDo
GET /repos/{owner}/{repo}/issues/{index}/subscriptions/{user}
Notes
IssueWatchModeNone = not watching / no DB entry
IssueWatchModeNormal = subscribed to issue (manualy)
IssueWatchModeDont = explisit unsubscribe
IssueWatchModeAuto = subscribed by automation (write a comment at this issue)
RepoWatch should respect IssueWatchModeDont in future ...
The text was updated successfully, but these errors were encountered: