Allow wgpu Team to Update Naga Cargo.toml (#6314)

* Allow wgpu Team to Update Naga Cargo.toml

* Update deno team to crowlKats
This commit is contained in:
Connor Fitzgerald 2024-09-23 09:47:58 -04:00 committed by GitHub
parent e7c139b1d4
commit 23fa0ae6d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
.github/CODEOWNERS vendored
View File

@ -1,10 +1,17 @@
* @gfx-rs/wgpu
/cts_runner/ @gfx-rs/deno @gfx-rs/wgpu
/deno_webgpu/ @gfx-rs/deno @gfx-rs/wgpu
/cts_runner/ @crowlkats @gfx-rs/wgpu
/deno_webgpu/ @crowlkats @gfx-rs/wgpu
/naga/ @gfx-rs/naga
/naga-cli/ @gfx-rs/naga
# Both wgpu and naga teams are owners of naga infrastructure so
# either team can review changes to deps and docs.
naga/Cargo.toml @gfx-rs/wgpu @gfx-rs/naga
naga/README.md @gfx-rs/wgpu @gfx-rs/naga
naga/CHANGELOG.md @gfx-rs/wgpu @gfx-rs/naga
naga-cli/Cargo.toml @gfx-rs/wgpu @gfx-rs/naga
# We leave the codeowners empty for the changelog, so naga changes
# don't trigger wgpu reviews and vise versa.
/CHANGELOG.md