-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.json
51 lines (51 loc) · 1.12 KB
/
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
43
44
45
46
47
48
49
50
51
{
"lastCheckTimestamp": 1725149502819,
"reposPaginationLimit": 250,
"releasePaginationLimit": 10,
"commentsPaginationLimit": 100,
"retrospective": {
"lastDay": "2024-04-28",
"nextDay": "2024-05-05"
},
"breakDelimiter": "</image>",
"discussionsInScope": [
{
"team": "Node.js Core",
"discussionId": "47703"
}
],
"issuesInScope": [
{
"team": "News Feeder team",
"issue": "nodejs/nodejs-news-feeder/issues/4"
},
{
"team": "Uvwasi team",
"issue": "nodejs/uvwasi/issues/201"
},
{
"team": "Node-API and node-addon-api teams",
"issue": "nodejs/abi-stable-node/issues/459"
},
{
"team": "Security WG",
"issue": "nodejs/security-wg/issues/1006"
},
{
"team": "Single Executable team",
"issue": "nodejs/single-executable/issues/74"
},
{
"team": "Performance team",
"issue": "nodejs/performance/issues/98"
},
{
"team": "Website team",
"issue": "nodejs/nodejs.org/issues/5602"
},
{
"team": "Diagnostic team",
"issue": "nodejs/diagnostics/issues/619"
}
]
}