Replies: 1 comment
-
|
See #1754 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The plugin encounters an error while rendering:
It seems like the issue is in these lines:
metrics/source/plugins/activity/index.mjs
Lines 138 to 146 in 366f8b9
It seems like the way this was written doesn't match the
PushEventpayload, as there is nocommitsproperty mentioned in the docs: https://docs.github.com/en/rest/using-the-rest-api/github-event-types?apiVersion=2022-11-28#event-payload-object-for-pusheventI don't even use that event, but since the filtering happens afterwards, I still get the error.
It would be nice to have this fixed AND to have the filters happen before so that users can exclude an event type if they have errors, as a temporary measure.
Beta Was this translation helpful? Give feedback.
All reactions