Remove CODEOWNERS file (#8159)

This commit is contained in:
Connor Fitzgerald 2025-08-28 11:08:47 -04:00 committed by GitHub
parent 1c8d769b67
commit e59cdb55e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
.github/CODEOWNERS vendored
View File

@ -1,17 +0,0 @@
* @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