Skip to content

Commit

Permalink
Add organization icon for CODEOWNERS file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed Mar 29, 2020
1 parent 981e0e1 commit 34b7905
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/data/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"pyc",
"so"
],
"config": [
"config": [
"cake",
"cfg",
"conf",
Expand Down Expand Up @@ -314,6 +314,9 @@
]
}
],
"codeowners": [
"codeowners"
],
"config": [
".editorconfig",
".gitattributes",
Expand Down Expand Up @@ -475,6 +478,10 @@
"iconColor": "@cyan",
"iconName": "history"
},
"codeowners": {
"iconColor": "@cyan",
"iconName": "organization"
},
"config": {
"iconColor": "@magenta",
"iconName": "gear"
Expand Down

0 comments on commit 34b7905

Please sign in to comment.