Skip to content

Commit 290c4a5

Browse files
committed
automated release 1.0.13
1 parent 644b8a0 commit 290c4a5

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

dist/plugin.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"type": "datasource",
3+
"name": "GitHub",
4+
"id": "grafana-github-datasource",
5+
"backend": true,
6+
"executable": "gfx_github",
7+
"annotations": true,
8+
"alerting": true,
9+
"metrics": true,
10+
"includes": [
11+
{ "type": "dashboard", "name": "GitHub (demo)", "path": "dashboards/dashboard.json" }
12+
],
13+
"info": {
14+
"description": "Show data about github issues/pull requests",
15+
"author": {
16+
"name": "Grafana Labs",
17+
"url": "https://grafana.com"
18+
},
19+
"keywords": ["github", "datasource"],
20+
"logos": {
21+
"small": "img/github.svg",
22+
"large": "img/github.svg"
23+
},
24+
"links": [
25+
{
26+
"name": "Website",
27+
"url": "https://github.com/grafana/github-datasource"
28+
}
29+
],
30+
"screenshots": [],
31+
"version": "1.0.13",
32+
"updated": "2022-02-04"
33+
},
34+
"dependencies": {
35+
"grafanaDependency": ">=7.1.0",
36+
"grafanaVersion": "7.1.x",
37+
"plugins": []
38+
}
39+
}

0 commit comments

Comments
 (0)