Closed ngehrsitz closed 9 months ago
This fixes the ignore-non-push-updates option introduced in #8. I did not find another way to get the push date of commits other than to look at the PushEvents for the repo since pushedDate from GraphQL has been removed from the API: https://github.com/orgs/community/discussions/24730#discussioncomment-3245265 https://docs.github.com/en/graphql/reference/objects#commit Demo on https://github.com/ngehrsitz/bake-time-test/pull/4 and https://github.com/ngehrsitz/bake-time-test/pull/6
ignore-non-push-updates
PushEvents
pushedDate
Thanks @ngehrsitz, released in v3.3
This fixes the
ignore-non-push-updates
option introduced in #8. I did not find another way to get the push date of commits other than to look at thePushEvents
for the repo sincepushedDate
from GraphQL has been removed from the API: https://github.com/orgs/community/discussions/24730#discussioncomment-3245265 https://docs.github.com/en/graphql/reference/objects#commit Demo on https://github.com/ngehrsitz/bake-time-test/pull/4 and https://github.com/ngehrsitz/bake-time-test/pull/6