Update CODEOWNERS for cmd/labs (#2295)

## Changes

The `CODEOWNERS` file must live in one of the directories specified in
the [docs][docs], so the existing file under `cmd/labs` didn't work.
This change moves the contents to the top-level file and includes
@alexott as owner.

[docs]:
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-file-location
This commit is contained in:
Pieter Noordhuis 2025-02-04 22:20:02 +01:00 committed by GitHub
parent dcc61cd763
commit 2e1455841c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

1
.github/CODEOWNERS vendored
View File

@ -1 +1,2 @@
* @pietern @andrewnester @shreyas-goenka @denik * @pietern @andrewnester @shreyas-goenka @denik
cmd/labs @alexott @nfx

View File

@ -1 +0,0 @@
* @nfx