
According to documentation, the pattern /path/* only allows approval on this level: ~~~ # The `docs/*` pattern will match files like # `docs/getting-started.md` but not further nested files like # `docs/build-app/troubleshooting.md`. docs/* docs@example.com # In this example, @doctocat owns any file in the `/docs` # directory in the root of your repository and any of its # subdirectories. /docs/ @doctocat ~~~ Ref: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
19 lines
537 B
Text
19 lines
537 B
Text
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
|
|
|
|
# All charts
|
|
/charts/ @mkilchhofer
|
|
|
|
# Argo Workflows
|
|
/charts/argo @stefansedich @paguos @vladlosev @yann-soubeyrand @oliverbaehler
|
|
|
|
# Argo CD
|
|
/charts/argo-cd @seanson @davidkarlsen @mr-sour @yann-soubeyrand @oliverbaehler
|
|
|
|
# Argo Events
|
|
/charts/argo-events @jbehling @VaibhavPage @oliverbaehler
|
|
|
|
# Argo Rollouts
|
|
/charts/argo-rollouts @oliverbaehler
|
|
|
|
# Argo CD Notifications
|
|
/charts/argocd-notifications @alexmt @andyfeller @oliverbaehler
|