-
Notifications
You must be signed in to change notification settings - Fork 92
/
repository-config.json
42 lines (42 loc) · 953 Bytes
/
repository-config.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
[{
"repositories": [
"IBM-Cloud/logistics-wizard",
"IBM-Cloud/logistics-wizard-toolchain",
"IBM-Cloud/logistics-wizard-erp",
"IBM-Cloud/logistics-wizard-webui",
"IBM-Cloud/logistics-wizard-controller",
"IBM-Cloud/logistics-wizard-recommendation"
],
"milestones": [
{
"title": "1/12 - Sprint",
"state": "closed",
"due_on": "2017-01-12T23:59:59Z"
},
{
"title": "1/26 - Sprint",
"state": "closed",
"due_on": "2017-01-26T23:59:59Z"
},
{
"title": "02/09 - Sprint",
"state": "closed",
"due_on": "2017-02-09T23:59:59Z"
},
{
"title": "02/23 - Sprint",
"state": "open",
"due_on": "2017-02-23T23:59:59Z"
},
{
"title": "03/09 - Sprint",
"state": "open",
"due_on": "2017-03-09T23:59:59Z"
},
{
"title": "03/23 - Sprint",
"state": "open",
"due_on": "2017-03-23T23:59:59Z"
}
]
}]