Skip to content

Commit 46e85e1

Browse files
authored
Add labels for priorities of issues (exercism#416)
1 parent aa32073 commit 46e85e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.appends/.github/labels.yml

+8
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@
1414
- name: "wontfix"
1515
description: ""
1616
color: "ffffff"
17+
18+
- name: "x:priority/high"
19+
description: "Has a higher priority than other issues"
20+
color: "8FDAF8"
21+
22+
- name: "x:priority/low"
23+
description: "Has a lower priority than other issues"
24+
color: "8FDAF9"

0 commit comments

Comments
 (0)