Each "Issue" is also a PR, but not the other way around :shrug: needed to add a conditional to deal with that
Search was limited in time, missing e.g., issues that were opened in March but closed in September
Mindate needed >= ... not >
Also added a log for debugging --> the results now correspond exactly to the GitHub Pulse.
Drawback: This script needs very long to run ... but as we'll only run it once a month, that's fine for me. Having that said, perhaps we can add a CI job at some point, so we'll only have to download the image from the artifacts tab :-)
The previous script had some issues:
>=
... not>
Also added a log for debugging --> the results now correspond exactly to the GitHub Pulse.
Drawback: This script needs very long to run ... but as we'll only run it once a month, that's fine for me. Having that said, perhaps we can add a CI job at some point, so we'll only have to download the image from the artifacts tab :-)