-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathazure-devops-extension-private.json
102 lines (102 loc) · 2.7 KB
/
azure-devops-extension-private.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"manifestVersion": 1,
"id": "prApprovalReporttestversion",
"publisher": "OneLuckiDev",
"version": "1.0.137",
"name": "Pull Request Completion Report",
"description": "This will give you insights in to who is approving the Pull Requests for your repository.",
"public": false,
"categories": [
"Azure Repos"
],
"tags": [
"pull request",
"approval",
"report"
],
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"icons": {
"default": "logo.png"
},
"content": {
"details": {
"path": "overview.md"
},
"license": {
"path": "LICENSE"
}
},
"files": [
{
"path": "static",
"addressable": true
},
{
"path": "dist",
"addressable": true
},
{
"path": "images/reviewerVote.JPG",
"addressable": true
},
{
"path": "images/targetBranches.JPG",
"addressable": true
},
{
"path": "images/trendChart.JPG",
"addressable": true
},
{
"path": "images/repoHub.PNG",
"addressable": true
}
],
"contributions": [
{
"id": "onelucki-pr-completion-report-test",
"type": "ms.vss-web.hub",
"description": "Hub to show stats and information about the Pull Request completions in this repository.",
"targets": [
"ms.vss-code-web.code-hub-group"
],
"properties": {
"name": "PR Completion Stats - test",
"order": 100,
"icon": "asset://static/barIcon.png",
"uri": "dist/PRInfo/context.html"
}
}
],
"scopes": [
"vso.code",
"vso.code_status"
],
"badges": [
{
"href": "https://oneluckidev.visualstudio.com/CCC2018/_apis/build/status/jeffpriz.devops-pr-stats?branchName=main",
"uri": "https://oneluckidev.visualstudio.com/CCC2018/_apis/build/status/jeffpriz.devops-pr-stats?branchName=main",
"description": "Build for this extension run in Azure DevOps"
}
],
"links": {
"support": {
"uri": "https://github.com/jeffpriz/devops-pr-stats/issues"
},
"repository": {
"uri": "https://github.com/jeffpriz/devops-pr-stats"
}
},
"repository": {
"type": "git",
"uri": "https://github.com/jeffpriz/devops-pr-stats"
},
"branding": {
"color": "rgb(27,160,225)",
"theme": "dark"
}
}