Skip to content

Commit 8048c28

Browse files
committed
scoping priority labels
completes #25
1 parent 73da9bd commit 8048c28

4 files changed

Lines changed: 23 additions & 20 deletions

File tree

priority/extra-list.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
[
22
{
3-
"name": "p6",
3+
"name": "priority::6",
44
"color": "#FE5050",
55
"desc": "Priority Level 6"
66
},
77
{
8-
"name": "p7",
8+
"name": "priority::7",
99
"color": "#FE6060",
1010
"desc": "Priority Level 7"
1111
},
1212
{
13-
"name": "p8",
13+
"name": "priority::8",
1414
"color": "#FE7070",
1515
"desc": "Priority Level 8"
1616
},
1717
{
18-
"name": "p9",
18+
"name": "priority::9",
1919
"color": "#FE8080",
2020
"desc": "Priority Level 9"
2121
},
2222
{
23-
"name": "p10",
23+
"name": "priority::10",
2424
"color": "#FE9090",
2525
"desc": "Priority Level 10"
2626
}

priority/key-list.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[
22
{
3-
"name": "p1",
3+
"name": "priority::1",
44
"color": "#FE0000",
55
"desc": "Top priority for the project."
66
},
77
{
8-
"name": "p2",
8+
"name": "priority::2",
99
"color": "#FE1010",
1010
"desc": "Priority Level 2"
1111
},
1212
{
13-
"name": "p3",
13+
"name": "priority::3",
1414
"color": "#FE2020",
1515
"desc": "Priority Level 3"
1616
}

priority/labels.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,26 @@
22

33
To help a project prioritise issues.
44

5+
These labels also are scoped. Note that the functionality of scoped labels only works with GitLab Premium.
6+
Read more about it in [GitLab Docs](https://docs.gitlab.com/ee/user/project/labels.html#scoped-labels-premium)
7+
58
## Included labels
69

710
### Key labels
811

9-
- p1
10-
- p2
11-
- p3
12+
- priority::1
13+
- priority::2
14+
- priority::3
1215

1316
### Standard labels
1417

15-
- p4
16-
- p5
18+
- priority::4
19+
- priority::5
1720

1821
### Extra labels
1922

20-
- p6
21-
- p7
22-
- p8
23-
- p9
24-
- p10
23+
- priority::6
24+
- priority::7
25+
- priority::8
26+
- priority::9
27+
- priority::10

priority/standard-list.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[
22
{
3-
"name": "p4",
3+
"name": "priority::4",
44
"color": "#FE3030",
55
"desc": "Priority Level 4"
66
},
77
{
8-
"name": "p5",
8+
"name": "priority::5",
99
"color": "#FE4040",
1010
"desc": "Priority Level 5"
1111
}

0 commit comments

Comments
 (0)