-
-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github: generalise to notifications API #898
Comments
As is, this isn't actionable as a bug or feature request. This is just an existing capability not meeting your expectations. I'm more than happy to accept a PR that provides a GitHub Notifications module, or extends the existing one to support notifications. |
@senorprogrammer I don't think I phrased it very well - the issue is that what I'd like is something like 'assigned to me, in any repo', but currently the module requires a list of repositories to check, so as far as I can tell this isn't possible. I focussed a bit too much I think on the solution being to use The other types of notifications that I rarely use Go so it might be a bit much for me, but I might give it a shot if you're not against it in principle. Cheers. |
Actually I suppose it isn't |
Certainly, I'm very happy to accept any non-breaking changes and improvements to any module. If you give it a shot and need any assistance with Go or module creation, feel free to ask here or in the Slack channel. |
What should it do?
I'd hoped the
github
module was going to give me GH notifications, rather than be sort of it's own specific notifications implementation on top of the PRs API, for specific repos.The current behaviour would still be achievable through filtering if it were made more generic, to get all notifications (issue comments, merges, etc.).
(Note this is unrelated to #803 which is about actual system notifications, I mean just listing the same 'notifications' that GitHub shows in the browser when you click the bell in the top-right.)
The text was updated successfully, but these errors were encountered: