-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbranch_data.json
More file actions
42 lines (42 loc) · 851 Bytes
/
branch_data.json
File metadata and controls
42 lines (42 loc) · 851 Bytes
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
{
"main": [
"feature/sites-40"
],
"release": [
"feature/sites-42",
"feature/sites-41"
],
"common": [],
"mainOnly": [
"feature/sites-40"
],
"releaseOnly": [
"feature/sites-41",
"feature/sites-42"
],
"mainDetails": [
{
"name": "feature/sites-40",
"merged_at": "2025-04-08T18:55:00+00:00",
"pr_number": 1,
"pr_title": "hello"
}
],
"releaseDetails": [
{
"name": "feature/sites-42",
"merged_at": "2025-04-09T01:10:20+00:00",
"pr_number": 3,
"pr_title": "add sites-42"
},
{
"name": "feature/sites-41",
"merged_at": "2025-04-08T18:58:45+00:00",
"pr_number": 2,
"pr_title": "using grid areas"
}
],
"timestamp": "2025-04-08T20:48:59.461936",
"repository": "correasebastian/layers",
"analysisDate": "latest"
}