Skip to content

Commit d30254c

Browse files
committed
automated release 1.5.5
1 parent a802db5 commit d30254c

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

dist/plugin.json

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
3+
"type": "datasource",
4+
"name": "GitHub",
5+
"id": "grafana-github-datasource",
6+
"backend": true,
7+
"executable": "gpx_github",
8+
"annotations": true,
9+
"alerting": true,
10+
"metrics": true,
11+
"includes": [{ "type": "dashboard", "name": "GitHub (demo)", "path": "dashboards/dashboard.json" }],
12+
"info": {
13+
"description": "Show data about github issues/pull requests",
14+
"author": {
15+
"name": "Grafana Labs",
16+
"url": "https://grafana.com"
17+
},
18+
"keywords": ["github", "datasource"],
19+
"logos": {
20+
"small": "img/github.svg",
21+
"large": "img/github.svg"
22+
},
23+
"links": [
24+
{
25+
"name": "Website",
26+
"url": "https://github.com/grafana/github-datasource"
27+
}
28+
],
29+
"screenshots": [],
30+
"version": "1.5.5",
31+
"updated": "2024-03-07"
32+
},
33+
"dependencies": {
34+
"grafanaDependency": ">=8.4.7",
35+
"grafanaVersion": "8.4.x",
36+
"plugins": []
37+
}
38+
}

0 commit comments

Comments
 (0)