Skip to content

Commit 53b55d4

Browse files
committed
automated release 1.7.4
1 parent cded2b9 commit 53b55d4

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

dist/plugin.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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": [
12+
{
13+
"type": "dashboard",
14+
"name": "GitHub (demo)",
15+
"path": "dashboards/dashboard.json"
16+
}
17+
],
18+
"info": {
19+
"description": "Show data about github issues/pull requests",
20+
"author": {
21+
"name": "Grafana Labs",
22+
"url": "https://grafana.com"
23+
},
24+
"keywords": [
25+
"github",
26+
"git",
27+
"devops",
28+
"developer tools"
29+
],
30+
"logos": {
31+
"small": "img/github.svg",
32+
"large": "img/github.svg"
33+
},
34+
"links": [
35+
{
36+
"name": "Website",
37+
"url": "https://github.com/grafana/github-datasource"
38+
}
39+
],
40+
"screenshots": [],
41+
"version": "1.7.4",
42+
"updated": "2024-07-24"
43+
},
44+
"dependencies": {
45+
"grafanaDependency": ">=9.1.0",
46+
"plugins": []
47+
},
48+
"generated": {
49+
"extensions": []
50+
}
51+
}

0 commit comments

Comments
 (0)