Skip to content

Commit 03e5868

Browse files
authored
Merge pull request #28 from django/fix-label-colors
color is required for the label action
2 parents a6ebeb8 + 96302ab commit 03e5868

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/labels.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,36 @@
55
color: "2898D8"
66
description: "This idea is suitable for the third party package ecosystem"
77
- name: "Admin"
8+
color: "5319E7"
89
- name: "Async"
10+
color: "5319E7"
911
- name: "Authentication/Users"
12+
color: "5319E7"
1013
- name: "Contributing to Django"
14+
color: "5319E7"
1115
- name: "Documentation"
16+
color: "5319E7"
1217
- name: "Frontend/JavaScript"
18+
color: "5319E7"
1319
- name: "Forms"
20+
color: "5319E7"
1421
- name: "GeoDjango"
22+
color: "5319E7"
1523
- name: "Internationalization"
24+
color: "5319E7"
1625
- name: "Middleware"
26+
color: "5319E7"
1727
- name: "Migrations"
28+
color: "5319E7"
1829
- name: "Models/ORM"
30+
color: "5319E7"
1931
- name: "Rest APIs"
32+
color: "5319E7"
2033
- name: "Templates"
34+
color: "5319E7"
2135
- name: "Testing"
36+
color: "5319E7"
2237
- name: "URLs"
38+
color: "5319E7"
2339
- name: "Views"
40+
color: "5319E7"

0 commit comments

Comments
 (0)