Skip to content

Commit

Permalink
automated release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ktw4071 committed Jan 11, 2023
1 parent 6e37b60 commit c2067e9
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"$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": "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.3.3",
"updated": "2023-01-09"
},
"dependencies": {
"grafanaDependency": ">=8.4.7",
"grafanaVersion": "8.4.x",
"plugins": []
}
}

0 comments on commit c2067e9

Please sign in to comment.