GitHub allows me to subscribe to issues but does the GitHub API allow me to determine the count of subscribers to an issue?
My thinking is that if the subscriber count were exposed it could be a form of voting for an issue. Right now, you often see people "voting" for issues by adding a "+1" or similar comment, which can clutter up an issue.
(There have been calls for an explicit +1
feature for issues that isn't a comment and browser extensions developed to declutter issues.)
I checked https://developer.github.com/v3/issues/ and it doesn't seem like determining the count of subscribers to an issue is currently possible, unfortunately.