Assign lockfiles to proper owners

This commit is contained in:
Andreas Nedbal 2022-01-07 14:42:41 +01:00 committed by Georg Gadinger
parent d8f38962d3
commit aad91d4c09
1 changed files with 2 additions and 0 deletions

2
.github/CODEOWNERS vendored
View File

@ -5,6 +5,7 @@
# Ruby/Backend related code
*.rb @nilsding
Gemfile.lock @nilsding
# Frontend assets
*.coffee @pixeldesu
@ -12,6 +13,7 @@
*.json @pixeldesu
*.scss @pixeldesu
*.ts @pixeldesu
yarn.lock @pixeldesu
# Frontend views
*.haml @pixeldesu