-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathwebhook.json
45 lines (45 loc) · 894 Bytes
/
webhook.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
{
"app": "soba",
"type": "backups.complete",
"stats": {
"succeeded": 5,
"failed": 0
},
"timestamp": "2024-02-11T12:34:39Z",
"data": {
"started_at": "2024-02-11T12:34:32Z",
"finished_at": "2024-02-11T12:34:39Z",
"results": [
{
"provider": "GitHub",
"results": [
{
"repo": "go-soba/repo1",
"status": "ok"
},
{
"repo": "go-soba/repo0",
"status": "ok"
},
{
"repo": "Nudelmesse/private2",
"status": "ok"
}
]
},
{
"provider": "GitLab",
"results": [
{
"repo": "biscuits2/bourbon",
"status": "ok"
},
{
"repo": "soba-test/my-soba-group-project",
"status": "ok"
}
]
}
]
}
}