Skip to content

Commit 6b6dd4a

Browse files
authored
chore(codeowners): update with new policy (#3042)
## Linked Issues/PRs <!-- List of related issues/PRs --> - none ## Description <!-- List of detailed changes --> adds @AurelienFT and @rymnc to default codeowners ## Checklist - [ ] Breaking changes are clearly marked as such in the PR description and changelog - [ ] New behavior is reflected in tests - [ ] [The specification](https://github.com/FuelLabs/fuel-specs/) matches the implemented behavior (link update PR if changes are needed) ### Before requesting review - [ ] I have reviewed the code myself - [ ] I have created follow-up issues caused by this PR and linked them here ### After merging, notify other teams [Add or remove entries as needed] - [ ] [Rust SDK](https://github.com/FuelLabs/fuels-rs/) - [ ] [Sway compiler](https://github.com/FuelLabs/sway/) - [ ] [Platform documentation](https://github.com/FuelLabs/devrel-requests/issues/new?assignees=&labels=new+request&projects=&template=NEW-REQUEST.yml&title=%5BRequest%5D%3A+) (for out-of-organization contributors, the person merging the PR will do this) - [ ] Someone else?
1 parent b831bb2 commit 6b6dd4a

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Default code owners for fuel-core
2-
* @xgreenx @Dentosal @MitchTurner
2+
* @xgreenx @Dentosal @MitchTurner @AurelienFT @rymnc
33

44
# Code owners for the gas price algorithm
5-
crates/fuel-gas-price-algorithm @xgreenx @Dentosal @MitchTurner @rafal-ch
5+
crates/fuel-gas-price-algorithm @xgreenx @Dentosal @MitchTurner
66

77
# Code owners for the transaction pool
88
crates/services/txpool_v2 @xgreenx @Dentosal @MitchTurner @AurelienFT
@@ -13,30 +13,17 @@ crates/services/gas_price_service @xgreenx @Dentosal @MitchTurner @rymnc
1313
# Code owners for the compression service
1414
crates/services/compression @xgreenx @Dentosal @rymnc
1515

16-
# Code owners for the GraphQL API
17-
crates/fuel-core/src/graphql_api @xgreenx @Dentosal @MitchTurner @netrome @acerone85
18-
crates/fuel-core/src/graphql_api.rs @xgreenx @Dentosal @MitchTurner @netrome @acerone85
19-
crates/fuel-core/src/schema.rs @xgreenx @Dentosal @MitchTurner @netrome @acerone85
20-
crates/fuel-core/src/schema.sdl @xgreenx @Dentosal @MitchTurner @netrome @acerone85
21-
crates/fuel-core/src/query @xgreenx @Dentosal @MitchTurner @netrome @acerone85
22-
23-
# Code owners for the indexation
24-
crates/fuel-core/src/graphql_api/indexation @xgreenx @Dentosal @MitchTurner @rafal-ch
25-
2616
# Code owners for the client
27-
crates/client @xgreenx @Dentosal @MitchTurner @netrome
17+
crates/client @xgreenx @Dentosal @MitchTurner
2818

2919
# Code owners for the integration tests
30-
tests/ @xgreenx @Dentosal @MitchTurner @netrome
20+
tests/ @xgreenx @Dentosal @MitchTurner
3121

3222
# Code owners for benches
33-
benches/ @xgreenx @Dentosal @MitchTurner @netrome
23+
benches/ @xgreenx @Dentosal @MitchTurner
3424

3525
# Code owners for docs
36-
docs/ @xgreenx @Dentosal @MitchTurner @netrome
37-
38-
# Code owners for the fraud proofs
39-
crates/fraud_proofs @xgreenx @netrome @acerone85 @rymnc
26+
docs/ @xgreenx @Dentosal @MitchTurner
4027

4128
# Code owners for common files
4229
CHANGELOG.md @FuelLabs/client

0 commit comments

Comments
 (0)