Closed
Description
Migrate to new Types
current: true (1), false(0)
aim: IssueWatchModeNone, IssueWatchModeNormal, IssueWatchModeDont, IssueWatchModeAuto
ToDo
- DB migration
- Update Related code
- new Function to get Types
- 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 ...