Skip to content

Commit

Permalink
automated release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanahuckova committed Jul 12, 2024
1 parent c3316f2 commit 25e7f18
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "GitHub",
"id": "grafana-github-datasource",
"backend": true,
"executable": "gpx_github",
"annotations": true,
"alerting": true,
"metrics": true,
"includes": [
{
"type": "dashboard",
"name": "GitHub (demo)",
"path": "dashboards/dashboard.json"
}
],
"info": {
"description": "Show data about github issues/pull requests",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": [
"github",
"git",
"devops",
"developer tools"
],
"logos": {
"small": "img/github.svg",
"large": "img/github.svg"
},
"links": [
{
"name": "Website",
"url": "https://github.com/grafana/github-datasource"
}
],
"screenshots": [],
"version": "1.7.2",
"updated": "2024-07-12"
},
"dependencies": {
"grafanaDependency": ">=9.1.0",
"plugins": []
},
"generated": {
"extensions": []
}
}

0 comments on commit 25e7f18

Please sign in to comment.