Have PR and Commit links in a table with GH datasource. Join two Github datasource queries, extracting the PR id from the commit message.
One could do things get labbels for commits this way to (the labels of the PR that the commit came from)
SELECT
grafana_prs.title AS pr_title,



