-
Notifications
You must be signed in to change notification settings - Fork 236
Expand file tree
/
Copy pathCODEOWNERS
More file actions
16 lines (11 loc) · 815 Bytes
/
CODEOWNERS
File metadata and controls
16 lines (11 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# More details: https://help.github.com/articles/about-codeowners
# Default owners for everything in the repo.
* @kimsauce @jpipkin1 @JV0812 @mafsumo @amee-sumo
# Owners of all files in the `/docs/integrations` directory.
/docs/integrations/ @SumoLogic/sumoappdev @kimsauce @jpipkin1 @JV0812 @mafsumo @amee-sumo
# Owners of all files in the `/docs/send-data/kubernetes` directory.
/docs/send-data/kubernetes/ @SumoLogic/open-source-collection-team @SumoLogic/k8s-developers @kimsauce @jpipkin1 @JV0812 @mafsumo @amee-sumo
# Owners of all files in the `/docs/send-data/opentelemetry-collector` directory and its subdirectories.
/docs/send-data/opentelemetry-collector/ @SumoLogic/open-source-collection-team @kimsauce @jpipkin1 @mafsumo @JV0812 @amee-sumo
# GitHub workflow owners
/.github/workflows/ @kimsauce