-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): CODEOWNERS updates (#972)
## Summary Changed order since the bottom of codeowners takes precendence, added some files which were defaulting to top level owners to specific groups.
- Loading branch information
Showing
1 changed file
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,29 @@ | ||
* @joroshiba @SuperFluffy @noot | ||
|
||
/.github/ @astriaorg/infra | ||
/containerfiles/ @astriaorg/infra | ||
/charts/ @astriaorg/infra | ||
/dev/ @astriaorg/infra | ||
.dockerignore @astriaorg/infra | ||
specs/ @astriaorg/engineering | ||
justfile @astriaorg/engineering | ||
README.md @astriaorg/engineering | ||
taplo.toml @astriaorg/engineering | ||
.gitattributes @astriaorg/engineering | ||
.gitignore @astriaorg/engineering | ||
|
||
*.rs @astriaorg/rust-reviewers | ||
Cargo.toml @astriaorg/rust-reviewers | ||
Cargo.lock @astriaorg/rust-reviewers | ||
rust-toolchain @astriaorg/rust-reviewers | ||
.cargo/ @astriaorg/rust-reviewers | ||
nextest.toml @astriaorg/rust-reviewers | ||
rusfmt.toml @astriaorg/rust-reviewers | ||
/.github/ @astriaorg/infra | ||
/containerfiles/ @astriaorg/infra | ||
/charts/ @astriaorg/infra | ||
/dev/ @astriaorg/infra | ||
.dockerignore @astriaorg/infra | ||
*.env.example @astriaorg/infra | ||
|
||
*.proto @astriaorg/api-reviewers | ||
proto/*/LICENSE @astriaorg/api-reviewers | ||
buf.lock @astriaorg/api-reviewers | ||
buf.yaml @astriaorg/api-reviewers | ||
buf.work.yaml @astriaorg/api-reviewers | ||
|
||
specs/ @astriaorg/engineering | ||
justfile @astriaorg/engineering | ||
*.rs @astriaorg/rust-reviewers | ||
Cargo.toml @astriaorg/rust-reviewers | ||
Cargo.lock @astriaorg/rust-reviewers | ||
rust-toolchain @astriaorg/rust-reviewers | ||
.cargo/ @astriaorg/rust-reviewers | ||
nextest.toml @astriaorg/rust-reviewers | ||
rusfmt.toml @astriaorg/rust-reviewers |