grafana / github-datasource

Grafana data source plugin using the Github API to retrieve and visualize Github data.
https://grafana.com/grafana/plugins/grafana-github-datasource/
Apache License 2.0
227 stars 54 forks source link

Workflows: Fix per page limit to 100 as it is max supported value #322

Closed ivanahuckova closed 1 month ago

ivanahuckova commented 1 month ago

Updates per_page param in workflow queries to 100 as that is max supported value by API: https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#query-parameters

image
zoltanbedi commented 1 month ago

This actually fixes #318 right? @ivanahuckova

ivanahuckova commented 1 month ago

Yes, good catch! Closed that issue. Thanks.