-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabel.json
More file actions
47 lines (47 loc) ยท 944 Bytes
/
label.json
File metadata and controls
47 lines (47 loc) ยท 944 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
43
44
45
46
47
[
{
"name": "๐ bug",
"color": "d73a4a",
"description": "๋ฒ๊ทธ ๋ฆฌํฌํธ"
},
{
"name": "โจ feature",
"color": "0e8a16",
"description": "์๋ก์ด ๊ธฐ๋ฅ ์์ฒญ"
},
{
"name": "โป๏ธ refactor",
"color": "6f42c1",
"description": "๋ฆฌํฉํ ๋ง ์์
"
},
{
"name": "๐งน chore",
"color": "1d76db",
"description": "๋น๋ ์ค์ ๋ฑ ์ก์ผ"
},
{
"name": "๐ง in progress",
"color": "fbca04",
"description": "์์
์งํ ์ค"
},
{
"name": "๐ review needed",
"color": "ffab00",
"description": "๋ฆฌ๋ทฐ ์์ฒญ ํ์"
},
{
"name": "๐ด priority: high",
"color": "e11d21",
"description": "๋์ ์ฐ์ ์์"
},
{
"name": "๐ priority: medium",
"color": "f9d0c4",
"description": "์ค๊ฐ ์ฐ์ ์์"
},
{
"name": "๐ข priority: low",
"color": "c2e0c6",
"description": "๋ฎ์ ์ฐ์ ์์"
}
]