mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 08:29:53 +01:00
Assign lockfiles to proper owners
This commit is contained in:
parent
d8f38962d3
commit
aad91d4c09
1 changed files with 2 additions and 0 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue