Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert to original code owners before the freeze #6622

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 30 additions & 31 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
* @Voxelot @mchristopher @luizstacio
# # Everything else
# * @FuelLabs/leads
# Everything else
* @FuelLabs/leads

# # Documentation
# /docs/ @FuelLabs/tooling @FuelLabs/sway-compiler @FuelLabs/swayex @FuelLabs/Devrel
# Documentation
/docs/ @FuelLabs/tooling @FuelLabs/sway-compiler @FuelLabs/swayex @FuelLabs/Devrel

# # Sway files and standard library
# /examples/ @FuelLabs/sway-compiler @FuelLabs/swayex
# /sway-lib-core/ @FuelLabs/sway-compiler @FuelLabs/swayex
# /sway-lib-std/ @FuelLabs/sway-compiler @FuelLabs/swayex
# Sway files and standard library
/examples/ @FuelLabs/sway-compiler @FuelLabs/swayex
/sway-lib-core/ @FuelLabs/sway-compiler @FuelLabs/swayex
/sway-lib-std/ @FuelLabs/sway-compiler @FuelLabs/swayex

# # Tooling
# /forc/ @FuelLabs/tooling
# /forc-pkg/ @FuelLabs/tooling
# /forc-plugins/ @FuelLabs/tooling
# /forc-test/ @FuelLabs/tooling
# /forc-tracing/ @FuelLabs/tooling
# /forc-util/ @FuelLabs/tooling
# /sway-lsp/ @FuelLabs/tooling
# /swayfmt/ @FuelLabs/tooling
# Tooling
/forc/ @FuelLabs/tooling
/forc-pkg/ @FuelLabs/tooling
/forc-plugins/ @FuelLabs/tooling
/forc-test/ @FuelLabs/tooling
/forc-tracing/ @FuelLabs/tooling
/forc-util/ @FuelLabs/tooling
/sway-lsp/ @FuelLabs/tooling
/swayfmt/ @FuelLabs/tooling

# # Compiler
# /sway-ast/ @FuelLabs/sway-compiler
# /sway-core/ @FuelLabs/sway-compiler
# /sway-error/ @FuelLabs/sway-compiler
# /sway-ir/ @FuelLabs/sway-compiler
# /sway-parse/ @FuelLabs/sway-compiler
# /sway-types/ @FuelLabs/sway-compiler
# /sway-utils/ @FuelLabs/sway-compiler
# /templates/ @FuelLabs/sway-compiler
# /test/ @FuelLabs/sway-compiler
# Compiler
/sway-ast/ @FuelLabs/sway-compiler
/sway-core/ @FuelLabs/sway-compiler
/sway-error/ @FuelLabs/sway-compiler
/sway-ir/ @FuelLabs/sway-compiler
/sway-parse/ @FuelLabs/sway-compiler
/sway-types/ @FuelLabs/sway-compiler
/sway-utils/ @FuelLabs/sway-compiler
/templates/ @FuelLabs/sway-compiler
/test/ @FuelLabs/sway-compiler

# # Root lockfile and deployment scripts
# Cargo.lock @FuelLabs/leads
# /deployment/ @FuelLabs/leads
# Root lockfile and deployment scripts
Cargo.lock @FuelLabs/leads
/deployment/ @FuelLabs/leads

Loading