github / github-artifact-exporter

A set of packages to make exporting artifacts from GitHub easier
MIT License
279 stars 31 forks source link

adding since/until to repo pulls command #53

Closed Chocrates closed 3 years ago

Chocrates commented 3 years ago

Closes #52

Sadly this does not limit downloads. The GraphQL API does not have a way of filtering the PR's https://docs.github.com/en/graphql/reference/objects#pullrequestconnection

This just downloads them then filters them locally.