Skip to content

Commit

Permalink
automated release 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
spinillos committed Dec 1, 2021
1 parent d6b5d92 commit 9610e73
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"type": "datasource",
"name": "GitHub",
"id": "grafana-github-datasource",
"backend": true,
"executable": "gfx_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", "datasource"],
"logos": {
"small": "img/github.svg",
"large": "img/github.svg"
},
"links": [
{
"name": "Website",
"url": "https://github.com/grafana/github-datasource"
}
],
"screenshots": [],
"version": "1.0.12",
"updated": "2021-12-01"
},
"dependencies": {
"grafanaDependency": ">=7.1.0",
"grafanaVersion": "7.1.x",
"plugins": []
}
}

0 comments on commit 9610e73

Please sign in to comment.