Skip to content

Commit

Permalink
Merge pull request #6601 from onflow/ramtin/update-code-owners
Browse files Browse the repository at this point in the history
Update code owners
  • Loading branch information
ramtinms authored Oct 29, 2024
2 parents 395afb9 + a5e352b commit 3496c0f
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
/engine/consensus/** @AlexHentschel @durkmurder @jordanschalm

# Execution Stream
/cmd/execution/** @ramtinms
/engine/execution/** @ramtinms
/cmd/execution/** @zhangchiqing
/engine/execution/** @zhangchiqing

# Access Stream
/access/** @peterargue
Expand All @@ -18,19 +18,18 @@
/engine/access/** @peterargue

# Verification Stream
/cmd/verification/** @ramtinms @yhassanzadeh13
/engine/verification/** @ramtinms @yhassanzadeh13
/module/chunking/** @ramtinms
/integration/tests/verification @ramtinms @yhassanzadeh13
/cmd/verification/** @zhangchiqing
/engine/verification/** @zhangchiqing
/integration/tests/verification @zhangchiqing

# Ledger Stream
/ledger/** @ramtinms @AlexHentschel
/ledger/** @AlexHentschel

# FVM Stream
/fvm/** @ramtinms @janezpodhostnik
/fvm/** @janezpodhostnik

# Networking Stream
/network/** @yhassanzadeh13
/network/** @Kay-Zee

# Cryptography Stream
/crypto/** @tarakby
Expand All @@ -39,13 +38,13 @@
/cmd/bootstrap/** @zhangchiqing

# Dev Tools Stream
.github/workflows/** @gomisha
/insecure/** @gomisha @yhassanzadeh13
/integration/benchnet2/** @gomisha
/tools/test_monitor/** @gomisha
.github/workflows/** @Kay-Zee
/insecure/** @Kay-Zee
/integration/benchnet2/** @Kay-Zee
/tools/test_monitor/** @Kay-Zee

# Performance Stream
/integration/benchmark/** @gomisha
/integration/benchmark/** @Kay-Zee

# Execution Sync
/module/executiondatasync/** @peterargue
Expand Down

0 comments on commit 3496c0f

Please sign in to comment.