-
Notifications
You must be signed in to change notification settings - Fork 92
Description
Hello,
I am currently using the grafana GitHub datasource with this api GitHub API V4.
I would like to pull all my commits from all my branches from any of my repositories. Is this possible with this datasource?
basically I want something like this "repo: <owner>/<repository> branch: all"
or as an api https://api.github.com/repos/$organization/$repository/branches/all
Currently I am able to pull commits from specific branches (example: main) from any of my repos.
If this is possible, how and where is it configured?
I don't currently see a way to it with a dynamic grafana variable (for example: all) or through the commit query panel in grafana.
Would this be a status which needs to be configured when creating the access token for the datasource?
thank you!