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

chore: Add myself and Andrea as codeowner for graphql API + related crates #2570

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
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
21 changes: 20 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,24 @@ crates/services/txpool_v2 @xgreenx @Dentosal @MitchTurner @AurelienFT
# Code owners for the gas price service (v0 & v1)
crates/services/gas_price_service @xgreenx @Dentosal @MitchTurner @rymnc

# Code owners for the GraphQL API
crates/fuel-core/src/graphql_api @xgreenx @Dentosal @MitchTurner @netrome @acerone85
crates/fuel-core/src/graphql_api.rs @xgreenx @Dentosal @MitchTurner @netrome @acerone85
crates/fuel-core/src/schema.rs @xgreenx @Dentosal @MitchTurner @netrome @acerone85
crates/fuel-core/src/schema.sdl @xgreenx @Dentosal @MitchTurner @netrome @acerone85
crates/fuel-core/src/query @xgreenx @Dentosal @MitchTurner @netrome @acerone85

# Code owners for the indexation
crates/fuel-core/src/graphql_api/indexation @xgreenx @Dentosal @MitchTurner @rafal-ch
crates/fuel-core/src/graphql_api/indexation @xgreenx @Dentosal @MitchTurner @rafal-ch

# Code owners for the client
crates/client @xgreenx @Dentosal @MitchTurner @netrome

# Code owners for the integration tests
tests/ @xgreenx @Dentosal @MitchTurner @netrome

# Code owners for benches
benches/ @xgreenx @Dentosal @MitchTurner @netrome

# Code owners for docs
docs/ @xgreenx @Dentosal @MitchTurner @netrome
2 changes: 1 addition & 1 deletion benches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ This will generate a `default-gas-costs.rs` file in the current directory like:
```rust
```

This file can then replace the one in `fuel-vm/src/gas/default-gas-costs.rs`.
This file can then replace the one in `fuel-vm/src/gas/default-gas-costs.rs`.
Loading