argocd-helm/CODEOWNERS
Line: 4: incorrect codeowner user: mkilchhofer Line: 4: no users/groups matched Line: 7: incorrect codeowner user: stefansedich Line: 7: incorrect codeowner user: paguos Line: 7: incorrect codeowner user: vladlosev Line: 7: incorrect codeowner user: yann-soubeyrand Line: 7: incorrect codeowner user: oliverbaehler Line: 7: no users/groups matched Line: 10: incorrect codeowner user: seanson Line: 10: incorrect codeowner user: davidkarlsen Line: 10: incorrect codeowner user: mr-sour Line: 10: incorrect codeowner user: yann-soubeyrand Line: 10: incorrect codeowner user: oliverbaehler Line: 10: no users/groups matched Line: 13: incorrect codeowner user: jbehling Line: 13: incorrect codeowner user: VaibhavPage Line: 13: incorrect codeowner user: oliverbaehler Line: 13: no users/groups matched Line: 16: incorrect codeowner user: oliverbaehler Line: 16: no users/groups matched Line: 19: incorrect codeowner user: alexmt Line: 19: incorrect codeowner user: andyfeller Line: 19: incorrect codeowner user: oliverbaehler Line: 19: no users/groups matched
Marco Kilchhofer 70234a635e
chore: remove '*' in CODEOWNERS to allow recursive approvals (#737)
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>
2021-05-18 08:37:55 -07:00

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