-
Notifications
You must be signed in to change notification settings - Fork 221
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
Newsfeed issue/PR label events aren't handled #779
Comments
So the issue seems to be that EventAdapter doesn't generate a title for label events. Doesn't seem to be related to the news feed changes, but it's a bug nevertheless :-) |
@maniac103, seems to still be the case for me, saw this one yesterday (unless this was patched within the last 20 hours?): |
Now that I'm thinking about it, I'm watching a ton of repos where issues are being labelled (including this one), but this problem only occurs for that single repo (golang/dep). Edit: furthermore it only happens for specific labels ( |
@kshvmdn I noticed this behavior on other repositories too (https://github.com/LappleApple/feedmereadmes): |
@devdrops, ah, interesting. I noticed that each of those issues has the "good first issue" label, which might be the problem here. @maniac103, you think you can test this with that issue specifically? |
Problem is that I don't have access to your timelines :-( Those events don't appear in the respective repository timelines (repo activity tab); I just tried with that feedmereadmes repo. Just to make it clear: the app currently doesn't handle those events because they're not supposed to be present at all. I also asked Github support about it; they said it's likely not intentional and they'll investigate. |
Haha, yeah, that's what I meant when I said this was caused by changes to the newsfeed API. I guess the best solution for the time being is to just wait for GitHub to solve the API problems. |
@kshvmdn Is this fixed (by Github's latest changes to the news feed API) now? |
@maniac103, I think so, haven't seen this happen again since the API was fixed. Will reopen if I see anything. |
Think this is caused by Newsfeed API changes (#773).
Here's the event on the GitHub homepage:
and in app:
The text was updated successfully, but these errors were encountered: