forked from kdl-org/kdl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.json
54 lines (54 loc) · 1.18 KB
/
archive.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
{
"magic": "E!vIA5L86J2I",
"timestamp": "2025-01-07T00:07:50.891245+00:00",
"repo": "jyasskin/kdl",
"labels": [
{
"name": "bug",
"description": "Something isn't working",
"color": "d73a4a"
},
{
"name": "documentation",
"description": "Improvements or additions to documentation",
"color": "0075ca"
},
{
"name": "duplicate",
"description": "This issue or pull request already exists",
"color": "cfd3d7"
},
{
"name": "enhancement",
"description": "New feature or request",
"color": "a2eeef"
},
{
"name": "good first issue",
"description": "Good for newcomers",
"color": "7057ff"
},
{
"name": "help wanted",
"description": "Extra attention is needed",
"color": "008672"
},
{
"name": "invalid",
"description": "This doesn't seem right",
"color": "e4e669"
},
{
"name": "question",
"description": "Further information is requested",
"color": "d876e3"
},
{
"name": "wontfix",
"description": "This will not be worked on",
"color": "ffffff"
}
],
"issues": [],
"pulls": []
}