CODEOWNERS nested folders pattern (#3141)

As documented in the link below, patterns ending with "/*" do not include further nested files and folders. Desired behaviour is to catch these further nested files and folders.

https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
This commit is contained in:
Joseph Macaranas
2024-05-21 11:05:12 -04:00
committed by GitHub
parent 514b48b893
commit 648c6e0b57

4
.github/CODEOWNERS vendored
View File

@@ -1,7 +1,7 @@
* @amd-aakash @jlgreathouse @samjwu @yhuiYH @ROCm/rocm-documentation
# Documentation files
docs/* @amd-aakash @jlgreathouse @samjwu @yhuiYH @ROCm/rocm-documentation
docs/ @amd-aakash @jlgreathouse @samjwu @yhuiYH @ROCm/rocm-documentation
*.md @amd-aakash @jlgreathouse @samjwu @yhuiYH @ROCm/rocm-documentation
*.rst @amd-aakash @jlgreathouse @samjwu @yhuiYH @ROCm/rocm-documentation
# External CI
/.azuredevops/* @ROCm/external-ci
/.azuredevops/ @ROCm/external-ci