Skip to content

Commit 363a715

Browse files
authored
chore: add CODEOWNERS (argoproj#641)
* chore: add CODEOWNERS and EMERITUS.md Setting up CODEOWNERS file so people are automatically notified about new PRs. Can eventually setup ruleset that requires at least one review before merging. I based currently list in CODEOWNERS on people who have recently merged PRs. I'm wondering if reviewers and approvers are a team/group instead of list of folks. Setup EMERITUS.md that contains list from OWNERS. Feedback on this PR will update this PR. Signed-off-by: jmeridth <[email protected]> * chore: match this repo's CODEOWNERS to argoproj/argo-cd CODEOWNERS Signed-off-by: jmeridth <[email protected]> --------- Signed-off-by: jmeridth <[email protected]>
1 parent 73452f8 commit 363a715

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/CODEOWNERS

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# All
2+
** @argoproj/argocd-approvers
3+
4+
# Docs
5+
/docs/** @argoproj/argocd-approvers @argoproj/argocd-approvers-docs
6+
/README.md @argoproj/argocd-approvers @argoproj/argocd-approvers-docs
7+
8+
# CI
9+
/.codecov.yml @argoproj/argocd-approvers @argoproj/argocd-approvers-ci
10+
/.github/** @argoproj/argocd-approvers @argoproj/argocd-approvers-ci

0 commit comments

Comments
 (0)