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
The PublicEvent occurs when someone makes a private repository public. This isn't too frequent, but it's also not uncommon. Thus, I'd like to display this properly on the live feed.
The
PublicEvent
occurs when someone makes a private repository public. This isn't too frequent, but it's also not uncommon. Thus, I'd like to display this properly on the live feed.To resolve this, you'll need to:
PublicEvent
; see the Activity API for GitHub's REST API, the Public Event, and the dump of the REST Endpoint that we hitcase
statement forPublicEvent
inGitHubEventAction.tsx
(which is hard, since the current component doesn't support this format, and thus would require a bit of refactoring. I'm open to this as well!)
or, more easily,
Where the author and the repository are linked.
See #10 for a related issue and resolving PR!
Artifacts / Relevant Pointers
The relevant file is here:
opensource/components/GitHubEventAction.tsx
Line 12 in 7c44795
The current behaviour is here:
And here is the JSON that renders those two events:
The text was updated successfully, but these errors were encountered: