Skip to content

Commit

Permalink
revert to original code owners before the freeze (#6622)
Browse files Browse the repository at this point in the history
## Description
This was added in #6600. Reverting this back to the original code owners
now after having a chat with Mike.

## Checklist

- [ ] I have linked to any relevant issues.
- [ ] I have commented my code, particularly in hard-to-understand
areas.
- [ ] I have updated the documentation where relevant (API docs, the
reference, and the Sway book).
- [ ] If my change requires substantial documentation changes, I have
[requested support from the DevRel
team](https://github.com/FuelLabs/devrel-requests/issues/new/choose)
- [ ] I have added tests that prove my fix is effective or that my
feature works.
- [ ] I have added (or requested a maintainer to add) the necessary
`Breaking*` or `New Feature` labels where relevant.
- [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs
Code Review
Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md).
- [ ] I have requested a review from the relevant team or maintainers.
  • Loading branch information
JoshuaBatty authored Oct 8, 2024
1 parent 66bb430 commit f5fd2e6
Showing 1 changed file with 30 additions and 31 deletions.
61 changes: 30 additions & 31 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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

0 comments on commit f5fd2e6

Please sign in to comment.