Skip to content

Commit

Permalink
automated release 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarkilhed committed Apr 19, 2023
1 parent 72097a1 commit 3e939d6
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.4.4",
"updated": "2023-04-19"
},
"dependencies": {
"grafanaDependency": ">=8.4.7",
"grafanaVersion": "8.4.x",
"plugins": []
}
}

0 comments on commit 3e939d6

Please sign in to comment.